Class: Aws::Route53::Types::CidrCollectionChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CidrCollectionChange
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type that contains information about the CIDR collection change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
CIDR collection change action.
-
#cidr_list ⇒ Array<String>
List of CIDR blocks.
-
#location_name ⇒ String
Name of the location that is associated with the CIDR collection.
Instance Attribute Details
#action ⇒ String
CIDR collection change action.
919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 919 class CidrCollectionChange < Struct.new( :location_name, :action, :cidr_list) SENSITIVE = [] include Aws::Structure end |
#cidr_list ⇒ Array<String>
List of CIDR blocks.
919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 919 class CidrCollectionChange < Struct.new( :location_name, :action, :cidr_list) SENSITIVE = [] include Aws::Structure end |
#location_name ⇒ String
Name of the location that is associated with the CIDR collection.
919 920 921 922 923 924 925 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 919 class CidrCollectionChange < Struct.new( :location_name, :action, :cidr_list) SENSITIVE = [] include Aws::Structure end |