Class: Aws::StorageGateway::Types::DescribeUploadBufferOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeUploadBufferOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disk_ids ⇒ Array<String>
An array of the gateway's local disk IDs that are configured as working storage.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#upload_buffer_allocated_in_bytes ⇒ Integer
The total number of bytes allocated in the gateway's as upload buffer.
-
#upload_buffer_used_in_bytes ⇒ Integer
The total number of bytes being used in the gateway's upload buffer.
Instance Attribute Details
#disk_ids ⇒ Array<String>
An array of the gateway's local disk IDs that are configured as working storage. Each local disk ID is specified as a string (minimum length of 1 and maximum length of 300). If no local disks are configured as working storage, then the DiskIds array is empty.
3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3861 class DescribeUploadBufferOutput < Struct.new( :gateway_arn, :disk_ids, :upload_buffer_used_in_bytes, :upload_buffer_allocated_in_bytes) 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.
3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3861 class DescribeUploadBufferOutput < Struct.new( :gateway_arn, :disk_ids, :upload_buffer_used_in_bytes, :upload_buffer_allocated_in_bytes) SENSITIVE = [] include Aws::Structure end |
#upload_buffer_allocated_in_bytes ⇒ Integer
The total number of bytes allocated in the gateway's as upload buffer.
3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3861 class DescribeUploadBufferOutput < Struct.new( :gateway_arn, :disk_ids, :upload_buffer_used_in_bytes, :upload_buffer_allocated_in_bytes) SENSITIVE = [] include Aws::Structure end |
#upload_buffer_used_in_bytes ⇒ Integer
The total number of bytes being used in the gateway's upload buffer.
3861 3862 3863 3864 3865 3866 3867 3868 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3861 class DescribeUploadBufferOutput < Struct.new( :gateway_arn, :disk_ids, :upload_buffer_used_in_bytes, :upload_buffer_allocated_in_bytes) SENSITIVE = [] include Aws::Structure end |