A JSON object containing the following fields:
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeWorkingStorageResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeWorkingStorageResult()()()() | Initializes a new instance of the DescribeWorkingStorageResult class | 
|  | DiskIds | 
            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.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayARN | 
            The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
            region.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDiskIds(array<String>[]()[][]) | Obsolete. 
            Adds elements to the DiskIds collection
             | 
|  | WithDiskIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the DiskIds collection
             | 
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | 
|  | WithWorkingStorageAllocatedInBytes(Int64) | Obsolete. 
            Sets the WorkingStorageAllocatedInBytes property
             | 
|  | WithWorkingStorageUsedInBytes(Int64) | Obsolete. 
            Sets the WorkingStorageUsedInBytes property
             | 
|  | WorkingStorageAllocatedInBytes | 
            The total working storage in bytes allocated for the gateway. If no working storage is configured for the gateway, this field returns 0.
             
             | 
|  | WorkingStorageUsedInBytes | 
            The total working storage in bytes in use by the gateway. If no working storage is configured for the gateway, this field returns 0.
             
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeWorkingStorageResult |