Class: Aws::Types::AwsEc2VolumeAttachment
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VolumeAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_time ⇒ ::String
Returns the value of attribute attach_time.
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#attach_time ⇒ ::String
Returns the value of attribute attach_time.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def attach_time @attach_time end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def delete_on_termination @delete_on_termination end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def instance_id @instance_id end |
#status ⇒ ::String
Returns the value of attribute status.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def status @status end |