Class: Aws::Route53GlobalResolver::Types::AccessSourcesItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::AccessSourcesItem
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the access source.
-
#cidr ⇒ String
The CIDR block that defines the IP address range for the access source.
-
#created_at ⇒ Time
The date and time when the access source was created.
-
#dns_view_id ⇒ String
The ID of the DNS view that the access source is associated with.
-
#id ⇒ String
The unique identifier of the access source.
-
#ip_address_type ⇒ String
The IP address type of the access source.
-
#name ⇒ String
The name of the access source.
-
#protocol ⇒ String
The protocol used by the access source.
-
#status ⇒ String
The current status of the access source.
-
#updated_at ⇒ Time
The date and time when the access source was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the access source.
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 |
#cidr ⇒ String
The CIDR block that defines the IP address range for the access source.
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_at ⇒ Time
The date and time when the access source was created.
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_id ⇒ String
The ID of the DNS view that the access source is associated with.
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 |
#id ⇒ String
The unique identifier of the access source.
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_type ⇒ String
The IP address type of the access source.
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 |
#name ⇒ String
The name of the access source.
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 |
#protocol ⇒ String
The protocol used by the access source.
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 |
#status ⇒ String
The current status of the access source.
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_at ⇒ Time
The date and time when the access source was last updated.
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 |