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)


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

def associated_resource: () -> ::String

#attach_time::Time

Returns:

  • (::Time)


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

def attach_time: () -> ::Time

#delete_on_terminationBoolean

Returns:

  • (Boolean)


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

def delete_on_termination: () -> bool

#device::String

Returns:

  • (::String)


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

def device: () -> ::String

#ebs_card_index::Integer

Returns:

  • (::Integer)


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

def ebs_card_index: () -> ::Integer

#instance_id::String

Returns:

  • (::String)


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

def instance_id: () -> ::String

#instance_owning_service::String

Returns:

  • (::String)


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

def instance_owning_service: () -> ::String

#state"attaching", ...

Returns:

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


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

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

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String