Class: Aws::Types::AssociateVolumeRequest

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)


19
20
21
# File 'sig/types.rbs', line 19

def device
  @device
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def volume_id
  @volume_id
end

#workspace_instance_id::String

Returns the value of attribute workspace_instance_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def workspace_instance_id
  @workspace_instance_id
end