Class: Aws::Types::AttachVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device::String

Returns the value of attribute device.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def device
  @device
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


968
969
970
# File 'sig/types.rbs', line 968

def dry_run
  @dry_run
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


967
968
969
# File 'sig/types.rbs', line 967

def ebs_card_index
  @ebs_card_index
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def instance_id
  @instance_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def volume_id
  @volume_id
end