class Aws::StorageGateway::Types::DetachVolumeInput

AttachVolumeInput

@note When making an API call, you may pass DetachVolumeInput

data as a hash:

    {
      volume_arn: "VolumeARN", # required
      force_detach: false,
    }

@!attribute [rw] volume_arn

The Amazon Resource Name (ARN) of the volume to detach from the
gateway.
@return [String]

@!attribute [rw] force_detach

Set to `true` to forcibly remove the iSCSI connection of the target
volume and detach the volume. The default is `false`. If this value
is set to `false`, you must manually disconnect the iSCSI connection
from the target volume.

Valid Values: `true` \| `false`
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DetachVolumeInput AWS API Documentation

Constants

SENSITIVE