Class: Aws::OpenSearchService::Types::DescribeDomainNodesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainNodesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘DescribeDomainNodes` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
2530 2531 2532 2533 2534 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2530 class DescribeDomainNodesRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |