Class: Aws::OpenSearchService::Types::DescribeDomainNodesRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_nameString

The name of the domain.

Returns:

  • (String)


1848
1849
1850
1851
1852
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1848

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