Class: Aws::OpenSearchService::Types::DescribeDomainNodesResponse

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

Overview

The result of a ‘DescribeDomainNodes` request. Contains information about the nodes on the requested domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nodes_status_listArray<Types::DomainNodesStatus>

Contains nodes information list ‘DomainNodesStatusList` with details about the all nodes on the requested domain.

Returns:



2400
2401
2402
2403
2404
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2400

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