Class: Aws::OpenSearchService::Types::DescribeDomainNodesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainNodesResponse
- 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
-
#domain_nodes_status_list ⇒ Array<Types::DomainNodesStatus>
Contains nodes information list ‘DomainNodesStatusList` with details about the all nodes on the requested domain.
Instance Attribute Details
#domain_nodes_status_list ⇒ Array<Types::DomainNodesStatus>
Contains nodes information list ‘DomainNodesStatusList` with details about the all nodes on the requested domain.
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 |