Module: Aws::EC2::Client::_DetachVolumeResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::VolumeAttachment]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#associated_resource::String

Returns:

  • (::String)


8908
# File 'sig/client.rbs', line 8908

def associated_resource: () -> ::String

#attach_time::Time

Returns:

  • (::Time)


8915
# File 'sig/client.rbs', line 8915

def attach_time: () -> ::Time

#delete_on_terminationBoolean

Returns:

  • (Boolean)


8907
# File 'sig/client.rbs', line 8907

def delete_on_termination: () -> bool

#device::String

Returns:

  • (::String)


8913
# File 'sig/client.rbs', line 8913

def device: () -> ::String

#ebs_card_index::Integer

Returns:

  • (::Integer)


8910
# File 'sig/client.rbs', line 8910

def ebs_card_index: () -> ::Integer

#instance_id::String

Returns:

  • (::String)


8912
# File 'sig/client.rbs', line 8912

def instance_id: () -> ::String

#instance_owning_service::String

Returns:

  • (::String)


8909
# File 'sig/client.rbs', line 8909

def instance_owning_service: () -> ::String

#state"attaching", ...

Returns:

  • ("attaching", "attached", "detaching", "detached", "busy")


8914
# File 'sig/client.rbs', line 8914

def state: () -> ("attaching" | "attached" | "detaching" | "detached" | "busy")

#volume_id::String

Returns:

  • (::String)


8911
# File 'sig/client.rbs', line 8911

def volume_id: () -> ::String