Module: Aws::EC2::Client::_AttachVolumeResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#associated_resource::String

Returns:

  • (::String)


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

def associated_resource: () -> ::String

#attach_time::Time

Returns:

  • (::Time)


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

def attach_time: () -> ::Time

#delete_on_terminationBoolean

Returns:

  • (Boolean)


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

def delete_on_termination: () -> bool

#device::String

Returns:

  • (::String)


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

def device: () -> ::String

#ebs_card_index::Integer

Returns:

  • (::Integer)


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

def ebs_card_index: () -> ::Integer

#instance_id::String

Returns:

  • (::String)


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

def instance_id: () -> ::String

#instance_owning_service::String

Returns:

  • (::String)


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

def instance_owning_service: () -> ::String

#state"attaching", ...

Returns:

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


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

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

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String