Class: Aws::Types::VolumeAttachment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource::String

Returns the value of attribute associated_resource.

Returns:

  • (::String)


19531
19532
19533
# File 'sig/types.rbs', line 19531

def associated_resource
  @associated_resource
end

#attach_time::Time

Returns the value of attribute attach_time.

Returns:

  • (::Time)


19538
19539
19540
# File 'sig/types.rbs', line 19538

def attach_time
  @attach_time
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


19530
19531
19532
# File 'sig/types.rbs', line 19530

def delete_on_termination
  @delete_on_termination
end

#device::String

Returns the value of attribute device.

Returns:

  • (::String)


19536
19537
19538
# File 'sig/types.rbs', line 19536

def device
  @device
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


19533
19534
19535
# File 'sig/types.rbs', line 19533

def ebs_card_index
  @ebs_card_index
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


19535
19536
19537
# File 'sig/types.rbs', line 19535

def instance_id
  @instance_id
end

#instance_owning_service::String

Returns the value of attribute instance_owning_service.

Returns:

  • (::String)


19532
19533
19534
# File 'sig/types.rbs', line 19532

def instance_owning_service
  @instance_owning_service
end

#state"attaching", ...

Returns the value of attribute state.

Returns:

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


19537
19538
19539
# File 'sig/types.rbs', line 19537

def state
  @state
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


19534
19535
19536
# File 'sig/types.rbs', line 19534

def volume_id
  @volume_id
end