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)


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

def associated_resource: () -> ::String

#attach_time::Time

Returns:

  • (::Time)


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

def attach_time: () -> ::Time

#delete_on_terminationBoolean

Returns:

  • (Boolean)


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

def delete_on_termination: () -> bool

#device::String

Returns:

  • (::String)


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

def device: () -> ::String

#ebs_card_index::Integer

Returns:

  • (::Integer)


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

def ebs_card_index: () -> ::Integer

#instance_id::String

Returns:

  • (::String)


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

def instance_id: () -> ::String

#instance_owning_service::String

Returns:

  • (::String)


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

def instance_owning_service: () -> ::String

#state"attaching", ...

Returns:

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


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

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

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String