Class: Aws::OpenSearchService::Types::DescribeDomainConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Contains the configuration information of the requested domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_config ⇒ Types::DomainConfig
Container for the configuration of the OpenSearch Service domain.
Instance Attribute Details
#domain_config ⇒ Types::DomainConfig
Container for the configuration of the OpenSearch Service domain.
2317 2318 2319 2320 2321 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2317 class DescribeDomainConfigResponse < Struct.new( :domain_config) SENSITIVE = [] include Aws::Structure end |