Class: Aws::Route53::Types::CidrCollectionChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CidrCollectionChange
- Includes:
- Structure
- Defined in:
- 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.
917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-route53/types.rb', line 917 class CidrCollectionChange < Struct.new( :location_name, :action, :cidr_list) SENSITIVE = [] include Aws::Structure end |
#cidr_list ⇒ Array<String>
List of CIDR blocks.
917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-route53/types.rb', line 917 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.
917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-route53/types.rb', line 917 class CidrCollectionChange < Struct.new( :location_name, :action, :cidr_list) SENSITIVE = [] include Aws::Structure end |