Class: Aws::OpenSearchService::Types::DescribeDomainResponse

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

Overview

Contains the status of the domain specified in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_statusTypes::DomainStatus

List that contains the status of each specified OpenSearch Service domain.

Returns:



2497
2498
2499
2500
2501
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2497

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