Class: Aws::SimpleDB::Types::DeleteDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::DeleteDomainRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain to delete.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain to delete.
138 139 140 141 142 |
# File 'lib/aws-sdk-simpledb/types.rb', line 138 class DeleteDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |