Class: Aws::Route53GlobalResolver::Types::UpdateAccessSourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::UpdateAccessSourceOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated access source.
-
#cidr ⇒ String
The CIDR block of the updated access source.
-
#created_at ⇒ Time
The date and time when the access source was originally created.
-
#dns_view_id ⇒ String
The ID of the DNS view associated with the updated access source.
-
#id ⇒ String
The unique identifier of the updated access source.
-
#ip_address_type ⇒ String
The IP address type of the updated access source.
-
#name ⇒ String
The name of the updated access source.
-
#protocol ⇒ String
The protocol of the updated access source.
-
#status ⇒ String
The current status of the updated 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 updated access source.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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 of the updated access source.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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 originally created.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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 associated with the updated access source.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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 updated access source.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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 updated access source.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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 updated access source.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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 of the updated access source.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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 updated access source.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < 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.
3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3902 class UpdateAccessSourceOutput < Struct.new( :arn, :cidr, :created_at, :id, :ip_address_type, :name, :dns_view_id, :protocol, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |