Class: Aws::Types::DescribeClusterNodeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


3938
3939
3940
# File 'sig/types.rbs', line 3938

def cluster_name
  @cluster_name
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


3939
3940
3941
# File 'sig/types.rbs', line 3939

def node_id
  @node_id
end

#node_logical_id::String

Returns the value of attribute node_logical_id.

Returns:

  • (::String)


3940
3941
3942
# File 'sig/types.rbs', line 3940

def node_logical_id
  @node_logical_id
end