Class: Aws::OpenSearchService::Types::DeleteDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DeleteDomainRequest
- 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
-
#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.
2242 2243 2244 2245 2246 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2242 class DeleteDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |