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)


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

def associated_resource: () -> ::String

#attach_time::Time

Returns:

  • (::Time)


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

def attach_time: () -> ::Time

#delete_on_terminationBoolean

Returns:

  • (Boolean)


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

def delete_on_termination: () -> bool

#device::String

Returns:

  • (::String)


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

def device: () -> ::String

#ebs_card_index::Integer

Returns:

  • (::Integer)


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

def ebs_card_index: () -> ::Integer

#instance_id::String

Returns:

  • (::String)


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

def instance_id: () -> ::String

#instance_owning_service::String

Returns:

  • (::String)


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

def instance_owning_service: () -> ::String

#state"attaching", ...

Returns:

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


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

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

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String