Class: Aws::CloudSearch::Types::DeleteDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DeleteDomainRequest
- 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
-
#domain_name ⇒ String
The name of the domain you want to permanently delete.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain you want to permanently delete.
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 |