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
8935 |
# File 'sig/client.rbs', line 8935
def associated_resource: () -> ::String
|
#attach_time ⇒ ::Time
8942 |
# File 'sig/client.rbs', line 8942
def attach_time: () -> ::Time
|
#delete_on_termination ⇒ Boolean
8934 |
# File 'sig/client.rbs', line 8934
def delete_on_termination: () -> bool
|
#device ⇒ ::String
8940 |
# File 'sig/client.rbs', line 8940
def device: () -> ::String
|
#ebs_card_index ⇒ ::Integer
8937 |
# File 'sig/client.rbs', line 8937
def ebs_card_index: () -> ::Integer
|
#instance_id ⇒ ::String
8939 |
# File 'sig/client.rbs', line 8939
def instance_id: () -> ::String
|
#instance_owning_service ⇒ ::String
8936 |
# File 'sig/client.rbs', line 8936
def instance_owning_service: () -> ::String
|
#state ⇒ "attaching", ...
8941 |
# File 'sig/client.rbs', line 8941
def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
8938 |
# File 'sig/client.rbs', line 8938
def volume_id: () -> ::String
|