Class: Aws::Route53::Types::CreateCidrCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateCidrCollectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#caller_reference ⇒ String
A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.
-
#name ⇒ String
A unique identifier for the account that can be used to reference the collection from other API calls.
Instance Attribute Details
#caller_reference ⇒ String
A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.
1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-route53/types.rb', line 1180 class CreateCidrCollectionRequest < Struct.new( :name, :caller_reference) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A unique identifier for the account that can be used to reference the collection from other API calls.
1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-route53/types.rb', line 1180 class CreateCidrCollectionRequest < Struct.new( :name, :caller_reference) SENSITIVE = [] include Aws::Structure end |