Class: Aws::Types::DetachClusterNodeVolumeResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetachClusterNodeVolumeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#status ⇒ "attaching", ...
Returns the value of attribute status.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
5406 5407 5408 |
# File 'sig/types.rbs', line 5406 def attach_time @attach_time end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
5403 5404 5405 |
# File 'sig/types.rbs', line 5403 def cluster_arn @cluster_arn end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
5408 5409 5410 |
# File 'sig/types.rbs', line 5408 def device_name @device_name end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5404 5405 5406 |
# File 'sig/types.rbs', line 5404 def node_id @node_id end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
5407 5408 5409 |
# File 'sig/types.rbs', line 5407 def status @status end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
5405 5406 5407 |
# File 'sig/types.rbs', line 5405 def volume_id @volume_id end |