Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeElasticsearchDomainConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for the parameters to the ‘DescribeElasticsearchDomainConfig` operation. Specifies the domain name for which you want configuration information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The Elasticsearch domain that you want to get information about.
Instance Attribute Details
#domain_name ⇒ String
The Elasticsearch domain that you want to get information about.
1263 1264 1265 1266 1267 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1263 class DescribeElasticsearchDomainConfigRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |