class Aws::StorageGateway::Types::DescribeWorkingStorageOutput

A JSON object containing the following fields:

@!attribute [rw] gateway_arn

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways
operation to return a list of gateways for your account and Region.
@return [String]

@!attribute [rw] disk_ids

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.
@return [Array<String>]

@!attribute [rw] working_storage_used_in_bytes

The total working storage in bytes in use by the gateway. If no
working storage is configured for the gateway, this field returns 0.
@return [Integer]

@!attribute [rw] working_storage_allocated_in_bytes

The total working storage in bytes allocated for the gateway. If no
working storage is configured for the gateway, this field returns 0.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/DescribeWorkingStorageOutput AWS API Documentation

Constants

SENSITIVE