Class: Aws::Types::DetachClusterNodeVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachClusterNodeVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
5396 5397 5398 |
# File 'sig/types.rbs', line 5396 def cluster_arn @cluster_arn end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5397 5398 5399 |
# File 'sig/types.rbs', line 5397 def node_id @node_id end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
5398 5399 5400 |
# File 'sig/types.rbs', line 5398 def volume_id @volume_id end |