Class: Aws::OpenSearchService::Types::DeleteDomainRequest

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

Overview

Container for the parameters to the DeleteDomain operation.

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)


1691
1692
1693
1694
1695
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1691

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