Class: Aws::Route53::Types::CreateCidrCollectionResponse

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

#collectionTypes::CidrCollection

A complex type that contains information about the CIDR collection.



1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1199

class CreateCidrCollectionResponse < Struct.new(
  :collection,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

A unique URL that represents the location for the CIDR collection.

Returns:

  • (String)


1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1199

class CreateCidrCollectionResponse < Struct.new(
  :collection,
  :location)
  SENSITIVE = []
  include Aws::Structure
end