Class: Aws::StorageGateway::Types::AddWorkingStorageInput

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

Overview

A JSON object containing one or more of the following fields:

  • AddWorkingStorageInput$DiskIds

^

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>)


287
288
289
290
291
292
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 287

class AddWorkingStorageInput < 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)


287
288
289
290
291
292
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 287

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