Class: Aws::CloudSearch::Types::DeleteDomainRequest

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

Overview

Note:

When making an API call, you may pass DeleteDomainRequest data as a hash:

{
  domain_name: "DomainName", # required
}

Container for the parameters to the ‘DeleteDomain` operation. Specifies the name of the domain you want to delete.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain you want to permanently delete.

Returns:

  • (String)


709
710
711
712
# File 'lib/aws-sdk-cloudsearch/types.rb', line 709

class DeleteDomainRequest < Struct.new(
  :domain_name)
  include Aws::Structure
end