class Aws::StorageGateway::Types::AddUploadBufferInput

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

data as a hash:

    {
      gateway_arn: "GatewayARN", # required
      disk_ids: ["DiskId"], # required
    }

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Region.
@return [String]

@!attribute [rw] disk_ids

An array of strings that identify disks that are to be configured as
working storage. Each string has a minimum length of 1 and maximum
length of 300. You can get the disk IDs from the ListLocalDisks API.
@return [Array<String>]

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

Constants

SENSITIVE