Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainsResponse

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

Overview

The result of a ‘DescribeElasticsearchDomains` request. Contains the status of the specified domains or all domains owned by the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_status_listArray<Types::ElasticsearchDomainStatus>

The status of the domains requested in the ‘DescribeElasticsearchDomains` request.



1435
1436
1437
1438
1439
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1435

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