class Aws::StorageGateway::Types::DeleteFileShareInput

DeleteFileShareInput

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

data as a hash:

    {
      file_share_arn: "FileShareARN", # required
      force_delete: false,
    }

@!attribute [rw] file_share_arn

The Amazon Resource Name (ARN) of the file share to be deleted.
@return [String]

@!attribute [rw] force_delete

If this value is set to `true`, the operation deletes a file share
immediately and aborts all data uploads to Amazon Web Services.
Otherwise, the file share is not deleted until all data is uploaded
to Amazon Web Services. This process aborts the data upload process,
and the file share enters the `FORCE_DELETING` status.

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

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

Constants

SENSITIVE