You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::DetachVolumeInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DetachVolumeInput as input to an Aws::Client method, you can use a vanilla Hash:

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

AttachVolumeInput

Instance Attribute Summary collapse

Instance Attribute Details

#force_detachBoolean

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

Returns:

  • (Boolean)

    Set to true to forcibly remove the iSCSI connection of the target volume and detach the volume.

#volume_arnString

The Amazon Resource Name (ARN) of the volume to detach from the gateway.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the volume to detach from the gateway.