Class: Aws::OpenSearchService::Types::DescribeDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainResponse
- 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
-
#domain_status ⇒ Types::DomainStatus
List that contains the status of each specified OpenSearch Service domain.
Instance Attribute Details
#domain_status ⇒ Types::DomainStatus
List that contains the status of each specified OpenSearch Service domain.
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 |