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)


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

def associated_resource: () -> ::String

#attach_time::Time

Returns:

  • (::Time)


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

def attach_time: () -> ::Time

#delete_on_terminationBoolean

Returns:

  • (Boolean)


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

def delete_on_termination: () -> bool

#device::String

Returns:

  • (::String)


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

def device: () -> ::String

#ebs_card_index::Integer

Returns:

  • (::Integer)


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

def ebs_card_index: () -> ::Integer

#instance_id::String

Returns:

  • (::String)


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

def instance_id: () -> ::String

#instance_owning_service::String

Returns:

  • (::String)


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

def instance_owning_service: () -> ::String

#state"attaching", ...

Returns:

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


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

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

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String