Class: Aws::SimpleDB::Types::DeleteDomainRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain to delete.

Returns:

  • (String)


138
139
140
141
142
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 138

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