Class: Aws::StorageGateway::Types::AddCacheInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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>)


168
169
170
171
172
173
# File 'lib/aws-sdk-storagegateway/types.rb', line 168

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


168
169
170
171
172
173
# File 'lib/aws-sdk-storagegateway/types.rb', line 168

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