Class: Aws::Types::AttachClusterNodeVolumeResponse
- Inherits:
-
Object
- Object
- Aws::Types::AttachClusterNodeVolumeResponse
- 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.
580 581 582 |
# File 'sig/types.rbs', line 580 def attach_time @attach_time end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
577 578 579 |
# File 'sig/types.rbs', line 577 def cluster_arn @cluster_arn end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
582 583 584 |
# File 'sig/types.rbs', line 582 def device_name @device_name end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
578 579 580 |
# File 'sig/types.rbs', line 578 def node_id @node_id end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
581 582 583 |
# File 'sig/types.rbs', line 581 def status @status end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
579 580 581 |
# File 'sig/types.rbs', line 579 def volume_id @volume_id end |