Class: Aws::Types::DisassociateVolumeRequest

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)


129
130
131
# File 'sig/types.rbs', line 129

def device
  @device
end

#disassociate_mode"FORCE", "NO_FORCE"

Returns the value of attribute disassociate_mode.

Returns:

  • ("FORCE", "NO_FORCE")


130
131
132
# File 'sig/types.rbs', line 130

def disassociate_mode
  @disassociate_mode
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def volume_id
  @volume_id
end

#workspace_instance_id::String

Returns the value of attribute workspace_instance_id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def workspace_instance_id
  @workspace_instance_id
end