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)


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

def associated_resource: () -> ::String

#attach_time::Time

Returns:

  • (::Time)


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

def attach_time: () -> ::Time

#delete_on_terminationBoolean

Returns:

  • (Boolean)


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

def delete_on_termination: () -> bool

#device::String

Returns:

  • (::String)


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

def device: () -> ::String

#ebs_card_index::Integer

Returns:

  • (::Integer)


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

def ebs_card_index: () -> ::Integer

#instance_id::String

Returns:

  • (::String)


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

def instance_id: () -> ::String

#instance_owning_service::String

Returns:

  • (::String)


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

def instance_owning_service: () -> ::String

#state"attaching", ...

Returns:

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


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

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

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String