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
9178 |
# File 'sig/client.rbs', line 9178
def associated_resource: () -> ::String
|
#attach_time ⇒ ::Time
9185 |
# File 'sig/client.rbs', line 9185
def attach_time: () -> ::Time
|
#delete_on_termination ⇒ Boolean
9177 |
# File 'sig/client.rbs', line 9177
def delete_on_termination: () -> bool
|
#device ⇒ ::String
9183 |
# File 'sig/client.rbs', line 9183
def device: () -> ::String
|
#ebs_card_index ⇒ ::Integer
9180 |
# File 'sig/client.rbs', line 9180
def ebs_card_index: () -> ::Integer
|
#instance_id ⇒ ::String
9182 |
# File 'sig/client.rbs', line 9182
def instance_id: () -> ::String
|
#instance_owning_service ⇒ ::String
9179 |
# File 'sig/client.rbs', line 9179
def instance_owning_service: () -> ::String
|
#state ⇒ "attaching", ...
9184 |
# File 'sig/client.rbs', line 9184
def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
9181 |
# File 'sig/client.rbs', line 9181
def volume_id: () -> ::String
|