Class: Aws::Types::AttachClusterNodeVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def cluster_arn
  @cluster_arn
end

#node_id::String

Returns the value of attribute node_id.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def node_id
  @node_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def volume_id
  @volume_id
end