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)


3955
3956
3957
# File 'sig/types.rbs', line 3955

def cluster_name
  @cluster_name
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


3956
3957
3958
# File 'sig/types.rbs', line 3956

def node_id
  @node_id
end

#node_logical_id::String

Returns the value of attribute node_logical_id.

Returns:

  • (::String)


3957
3958
3959
# File 'sig/types.rbs', line 3957

def node_logical_id
  @node_logical_id
end