Class: Aws::Types::EbsInstanceBlockDevice
- Inherits:
-
Object
- Object
- Aws::Types::EbsInstanceBlockDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#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.
144 145 146 |
# File 'sig/types.rbs', line 144 def attach_time @attach_time end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
145 146 147 |
# File 'sig/types.rbs', line 145 def delete_on_termination @delete_on_termination end |
#status ⇒ "ATTACHING", ...
Returns the value of attribute status.
146 147 148 |
# File 'sig/types.rbs', line 146 def status @status end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
147 148 149 |
# File 'sig/types.rbs', line 147 def volume_id @volume_id end |