Class: Aws::Route53::Types::DeleteCidrCollectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The UUID of the collection to delete.

Returns:

  • (String)


1998
1999
2000
2001
2002
# File 'lib/aws-sdk-route53/types.rb', line 1998

class DeleteCidrCollectionRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end