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
9170 |
# File 'sig/client.rbs', line 9170
def associated_resource: () -> ::String
|
#attach_time ⇒ ::Time
9177 |
# File 'sig/client.rbs', line 9177
def attach_time: () -> ::Time
|
#delete_on_termination ⇒ Boolean
9169 |
# File 'sig/client.rbs', line 9169
def delete_on_termination: () -> bool
|
#device ⇒ ::String
9175 |
# File 'sig/client.rbs', line 9175
def device: () -> ::String
|
#ebs_card_index ⇒ ::Integer
9172 |
# File 'sig/client.rbs', line 9172
def ebs_card_index: () -> ::Integer
|
#instance_id ⇒ ::String
9174 |
# File 'sig/client.rbs', line 9174
def instance_id: () -> ::String
|
#instance_owning_service ⇒ ::String
9171 |
# File 'sig/client.rbs', line 9171
def instance_owning_service: () -> ::String
|
#state ⇒ "attaching", ...
9176 |
# File 'sig/client.rbs', line 9176
def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
9173 |
# File 'sig/client.rbs', line 9173
def volume_id: () -> ::String
|