Class: Aws::OpenSearchService::Types::DescribeDomainConfigResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_configTypes::DomainConfig

Container for the configuration of the OpenSearch Service domain.

Returns:



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