Class: Aws::OpenSearchService::Types::DescribeDomainConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainConfigResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
2395 2396 2397 2398 2399 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2395 class DescribeDomainConfigResponse < Struct.new( :domain_config) SENSITIVE = [] include Aws::Structure end |