Class: Aws::OpenSearchService::Types::DescribeDomainConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘DescribeDomainConfig` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the OpenSearch Service domain configuration that you want to describe.
Instance Attribute Details
#domain_name ⇒ String
Name of the OpenSearch Service domain configuration that you want to describe.
2303 2304 2305 2306 2307 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2303 class DescribeDomainConfigRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |