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)


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

def associated_resource: () -> ::String

#attach_time::Time

Returns:

  • (::Time)


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

def attach_time: () -> ::Time

#delete_on_terminationBoolean

Returns:

  • (Boolean)


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

def delete_on_termination: () -> bool

#device::String

Returns:

  • (::String)


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

def device: () -> ::String

#ebs_card_index::Integer

Returns:

  • (::Integer)


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

def ebs_card_index: () -> ::Integer

#instance_id::String

Returns:

  • (::String)


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

def instance_id: () -> ::String

#instance_owning_service::String

Returns:

  • (::String)


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

def instance_owning_service: () -> ::String

#state"attaching", ...

Returns:

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


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

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

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String