Module: Aws::EC2::Client::_DetachVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::VolumeAttachment]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #associated_resource ⇒ ::String
- #attach_time ⇒ ::Time
- #delete_on_termination ⇒ Boolean
- #device ⇒ ::String
- #ebs_card_index ⇒ ::Integer
- #instance_id ⇒ ::String
- #instance_owning_service ⇒ ::String
- #state ⇒ "attaching", ...
- #volume_id ⇒ ::String
Instance Method Details
#associated_resource ⇒ ::String
8894 |
# File 'sig/client.rbs', line 8894
def associated_resource: () -> ::String
|
#attach_time ⇒ ::Time
8901 |
# File 'sig/client.rbs', line 8901
def attach_time: () -> ::Time
|
#delete_on_termination ⇒ Boolean
8893 |
# File 'sig/client.rbs', line 8893
def delete_on_termination: () -> bool
|
#device ⇒ ::String
8899 |
# File 'sig/client.rbs', line 8899
def device: () -> ::String
|
#ebs_card_index ⇒ ::Integer
8896 |
# File 'sig/client.rbs', line 8896
def ebs_card_index: () -> ::Integer
|
#instance_id ⇒ ::String
8898 |
# File 'sig/client.rbs', line 8898
def instance_id: () -> ::String
|
#instance_owning_service ⇒ ::String
8895 |
# File 'sig/client.rbs', line 8895
def instance_owning_service: () -> ::String
|
#state ⇒ "attaching", ...
8900 |
# File 'sig/client.rbs', line 8900
def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
8897 |
# File 'sig/client.rbs', line 8897
def volume_id: () -> ::String
|