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)


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

def cluster_name
  @cluster_name
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


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

def node_id
  @node_id
end

#node_logical_id::String

Returns the value of attribute node_logical_id.

Returns:

  • (::String)


3942
3943
3944
# File 'sig/types.rbs', line 3942

def node_logical_id
  @node_logical_id
end