Class: Aws::Types::VolumeAttachment
- Inherits:
-
Object
- Object
- Aws::Types::VolumeAttachment
- 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.
-
#device ⇒ ::String
Returns the value of attribute device.
-
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_owning_service ⇒ ::String
Returns the value of attribute instance_owning_service.
-
#state ⇒ "attaching", ...
Returns the value of attribute state.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#associated_resource ⇒ ::String
Returns the value of attribute associated_resource.
18844 18845 18846 |
# File 'sig/types.rbs', line 18844 def associated_resource @associated_resource end |
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
18851 18852 18853 |
# File 'sig/types.rbs', line 18851 def attach_time @attach_time end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
18843 18844 18845 |
# File 'sig/types.rbs', line 18843 def delete_on_termination @delete_on_termination end |
#device ⇒ ::String
Returns the value of attribute device.
18849 18850 18851 |
# File 'sig/types.rbs', line 18849 def device @device end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
18846 18847 18848 |
# File 'sig/types.rbs', line 18846 def ebs_card_index @ebs_card_index end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
18848 18849 18850 |
# File 'sig/types.rbs', line 18848 def instance_id @instance_id end |
#instance_owning_service ⇒ ::String
Returns the value of attribute instance_owning_service.
18845 18846 18847 |
# File 'sig/types.rbs', line 18845 def instance_owning_service @instance_owning_service end |
#state ⇒ "attaching", ...
Returns the value of attribute state.
18850 18851 18852 |
# File 'sig/types.rbs', line 18850 def state @state end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
18847 18848 18849 |
# File 'sig/types.rbs', line 18847 def volume_id @volume_id end |