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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain you want to permanently delete.

Returns:

  • (String)


533
534
535
536
537
# File 'lib/aws-sdk-cloudsearch/types.rb', line 533

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