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.
8650 8651 8652 |
# File 'sig/types.rbs', line 8650 def associated_resource @associated_resource end |
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
8646 8647 8648 |
# File 'sig/types.rbs', line 8646 def attach_time @attach_time end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
8647 8648 8649 |
# File 'sig/types.rbs', line 8647 def delete_on_termination @delete_on_termination end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
8653 8654 8655 |
# File 'sig/types.rbs', line 8653 def ebs_card_index @ebs_card_index end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
8652 8653 8654 |
# File 'sig/types.rbs', line 8652 def operator @operator end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
8648 8649 8650 |
# File 'sig/types.rbs', line 8648 def status @status end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
8649 8650 8651 |
# File 'sig/types.rbs', line 8649 def volume_id @volume_id end |
#volume_owner_id ⇒ ::String
Returns the value of attribute volume_owner_id.
8651 8652 8653 |
# File 'sig/types.rbs', line 8651 def volume_owner_id @volume_owner_id end |