Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainConfigRequest

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

Instance Attribute Details

#domain_nameString

The Elasticsearch domain that you want to get information about.

Returns:

  • (String)


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