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)


878
879
880
# File 'sig/types.rbs', line 878

def device
  @device
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


882
883
884
# File 'sig/types.rbs', line 882

def dry_run
  @dry_run
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


881
882
883
# File 'sig/types.rbs', line 881

def ebs_card_index
  @ebs_card_index
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def instance_id
  @instance_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def volume_id
  @volume_id
end