Class: Aws::Types::EbsInstanceBlockDevice
- Inherits:
-
Object
- Object
- Aws::Types::EbsInstanceBlockDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource ⇒ ::String
Returns the value of attribute associated_resource.
-
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#status ⇒ "attaching", ...
Returns the value of attribute status.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
-
#volume_owner_id ⇒ ::String
Returns the value of attribute volume_owner_id.
Instance Attribute Details
#associated_resource ⇒ ::String
Returns the value of attribute associated_resource.
8861 8862 8863 |
# File 'sig/types.rbs', line 8861 def associated_resource @associated_resource end |
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
8857 8858 8859 |
# File 'sig/types.rbs', line 8857 def attach_time @attach_time end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
8858 8859 8860 |
# File 'sig/types.rbs', line 8858 def delete_on_termination @delete_on_termination end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
8864 8865 8866 |
# File 'sig/types.rbs', line 8864 def ebs_card_index @ebs_card_index end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
8863 8864 8865 |
# File 'sig/types.rbs', line 8863 def operator @operator end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
8859 8860 8861 |
# File 'sig/types.rbs', line 8859 def status @status end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
8860 8861 8862 |
# File 'sig/types.rbs', line 8860 def volume_id @volume_id end |
#volume_owner_id ⇒ ::String
Returns the value of attribute volume_owner_id.
8862 8863 8864 |
# File 'sig/types.rbs', line 8862 def volume_owner_id @volume_owner_id end |