Class: Aws::Route53GlobalResolver::Types::AccessSourcesItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb

Overview

Summary information about an access source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the access source.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#cidrString

The CIDR block that defines the IP address range for the access source.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the access source was created.

Returns:

  • (Time)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dns_view_idString

The ID of the DNS view that the access source is associated with.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the access source.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The IP address type of the access source.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the access source.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The protocol used by the access source.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the access source.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time when the access source was last updated.

Returns:

  • (Time)


72
73
74
75
76
77
78
79
80
81
82
83
84
85
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 72

class AccessSourcesItem < Struct.new(
  :arn,
  :cidr,
  :created_at,
  :id,
  :ip_address_type,
  :name,
  :dns_view_id,
  :protocol,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end