Class: Aws::CloudSearch::Types::DeleteDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DeleteDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The result of a ‘DeleteDomain` request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_status ⇒ Types::DomainStatus
The current status of the search domain.
Instance Attribute Details
#domain_status ⇒ Types::DomainStatus
The current status of the search domain.
547 548 549 550 551 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 547 class DeleteDomainResponse < Struct.new( :domain_status) SENSITIVE = [] include Aws::Structure end |