You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::DescribeWorkingStorageOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A JSON object containing the following fields:

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#disk_idsArray<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.

Returns:

  • (Array<String>)

    An array of the gateway\'s local disk IDs that are configured as working storage.

#gateway_arnString

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the gateway.

#working_storage_allocated_in_bytesInteger

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

Returns:

  • (Integer)

    The total working storage in bytes allocated for the gateway.

#working_storage_used_in_bytesInteger

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

Returns:

  • (Integer)

    The total working storage in bytes in use by the gateway.