Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Note:

When making an API call, you may pass DescribeElasticsearchDomainRequest data as a hash:

{
  domain_name: "DomainName", # required
}

Container for the parameters to the ‘DescribeElasticsearchDomain` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the Elasticsearch domain for which you want information.

Returns:

  • (String)


929
930
931
932
933
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 929

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