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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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.
3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3963 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 |