Class: Aws::Route53::Types::DeleteCidrCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeleteCidrCollectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The UUID of the collection to delete.
Instance Attribute Details
#id ⇒ String
The UUID of the collection to delete.
1996 1997 1998 1999 2000 |
# File 'lib/aws-sdk-route53/types.rb', line 1996 class DeleteCidrCollectionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |