Class: Aws::StorageGateway::Types::AddUploadBufferInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disk_idsArray<String>

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.

Returns:

  • (Array<String>)


246
247
248
249
250
251
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 246

class AddUploadBufferInput < Struct.new(
  :gateway_arn,
  :disk_ids)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

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

Returns:

  • (String)


246
247
248
249
250
251
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 246

class AddUploadBufferInput < Struct.new(
  :gateway_arn,
  :disk_ids)
  SENSITIVE = []
  include Aws::Structure
end