Class: Aws::OpenSearchService::Types::DescribeDomainNodesRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::OpenSearchService::Types::DescribeDomainNodesRequest
 
- Defined in:
- gems/aws-sdk-opensearchservice/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.
| 2562 2563 2564 2565 2566 | # File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2562 class DescribeDomainNodesRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |