Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeElasticsearchDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for the parameters to the ‘DescribeElasticsearchDomain` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the Elasticsearch domain for which you want information.
Instance Attribute Details
#domain_name ⇒ String
The name of the Elasticsearch domain for which you want information.
1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1290 class DescribeElasticsearchDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |