Class: Aws::StorageGateway::Types::AddUploadBufferInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::AddUploadBufferInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disk_ids ⇒ Array<String>
An array of strings that identify disks that are to be configured as working storage.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#disk_ids ⇒ Array<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.
256 257 258 259 260 261 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 256 class AddUploadBufferInput < Struct.new( :gateway_arn, :disk_ids) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
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.
256 257 258 259 260 261 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 256 class AddUploadBufferInput < Struct.new( :gateway_arn, :disk_ids) SENSITIVE = [] include Aws::Structure end |