Module: Aws::EC2::Client::_AttachVolumeResponseSuccess
- 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
722 |
# File 'sig/client.rbs', line 722
def associated_resource: () -> ::String
|
#attach_time ⇒ ::Time
729 |
# File 'sig/client.rbs', line 729
def attach_time: () -> ::Time
|
#delete_on_termination ⇒ Boolean
721 |
# File 'sig/client.rbs', line 721
def delete_on_termination: () -> bool
|
#device ⇒ ::String
727 |
# File 'sig/client.rbs', line 727
def device: () -> ::String
|
#ebs_card_index ⇒ ::Integer
724 |
# File 'sig/client.rbs', line 724
def ebs_card_index: () -> ::Integer
|
#instance_id ⇒ ::String
726 |
# File 'sig/client.rbs', line 726
def instance_id: () -> ::String
|
#instance_owning_service ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def instance_owning_service: () -> ::String
|
#state ⇒ "attaching", ...
728 |
# File 'sig/client.rbs', line 728
def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")
|
#volume_id ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def volume_id: () -> ::String
|