Class: Aws::CloudSearch::Types::DeleteDomainResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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

Instance Attribute Details

#domain_statusTypes::DomainStatus

The current status of the search domain.

Returns:



547
548
549
550
551
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 547

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