Class: Aws::StorageGateway::Types::DescribeWorkingStorageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeWorkingStorageOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the following fields:
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.
-
#working_storage_allocated_in_bytes ⇒ Integer
The total working storage in bytes allocated for the gateway.
-
#working_storage_used_in_bytes ⇒ Integer
The total working storage in bytes in use by the gateway.
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.
3751 3752 3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3751 class DescribeWorkingStorageOutput < Struct.new( :gateway_arn, :disk_ids, :working_storage_used_in_bytes, :working_storage_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.
3751 3752 3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3751 class DescribeWorkingStorageOutput < Struct.new( :gateway_arn, :disk_ids, :working_storage_used_in_bytes, :working_storage_allocated_in_bytes) SENSITIVE = [] include Aws::Structure end |
#working_storage_allocated_in_bytes ⇒ Integer
The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.
3751 3752 3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3751 class DescribeWorkingStorageOutput < Struct.new( :gateway_arn, :disk_ids, :working_storage_used_in_bytes, :working_storage_allocated_in_bytes) SENSITIVE = [] include Aws::Structure end |
#working_storage_used_in_bytes ⇒ Integer
The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.
3751 3752 3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3751 class DescribeWorkingStorageOutput < Struct.new( :gateway_arn, :disk_ids, :working_storage_used_in_bytes, :working_storage_allocated_in_bytes) SENSITIVE = [] include Aws::Structure end |