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
9067 |
# File 'sig/client.rbs', line 9067
def associated_resource: () -> ::String
|
#attach_time ⇒ ::Time
9074 |
# File 'sig/client.rbs', line 9074
def attach_time: () -> ::Time
|
#delete_on_termination ⇒ Boolean
9066 |
# File 'sig/client.rbs', line 9066
def delete_on_termination: () -> bool
|
#device ⇒ ::String
9072 |
# File 'sig/client.rbs', line 9072
def device: () -> ::String
|
#ebs_card_index ⇒ ::Integer
9069 |
# File 'sig/client.rbs', line 9069
def ebs_card_index: () -> ::Integer
|
#instance_id ⇒ ::String
9071 |
# File 'sig/client.rbs', line 9071
def instance_id: () -> ::String
|
#instance_owning_service ⇒ ::String
9068 |
# File 'sig/client.rbs', line 9068
def instance_owning_service: () -> ::String
|
#state ⇒ "attaching", ...
9073 |
# File 'sig/client.rbs', line 9073
def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
9070 |
# File 'sig/client.rbs', line 9070
def volume_id: () -> ::String
|