Class: Aws::Route53::Types::CreateCidrCollectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#caller_referenceString

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.

Returns:

  • (String)


1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1182

class CreateCidrCollectionRequest < Struct.new(
  :name,
  :caller_reference)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A unique identifier for the account that can be used to reference the collection from other API calls.

Returns:

  • (String)


1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1182

class CreateCidrCollectionRequest < Struct.new(
  :name,
  :caller_reference)
  SENSITIVE = []
  include Aws::Structure
end