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

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

Instance Attribute Details

#domain_configTypes::DomainConfig

Container for the configuration of the OpenSearch Service domain.

Returns:



1948
1949
1950
1951
1952
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1948

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