Module: Aws::StorageGateway::Client::_DescribeWorkingStorageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeWorkingStorageOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #disk_ids ⇒ ::Array[::String]
- #gateway_arn ⇒ ::String
- #working_storage_allocated_in_bytes ⇒ ::Integer
- #working_storage_used_in_bytes ⇒ ::Integer
Instance Method Details
#disk_ids ⇒ ::Array[::String]
865 |
# File 'sig/client.rbs', line 865
def disk_ids: () -> ::Array[::String]
|
#gateway_arn ⇒ ::String
864 |
# File 'sig/client.rbs', line 864
def gateway_arn: () -> ::String
|
#working_storage_allocated_in_bytes ⇒ ::Integer
867 |
# File 'sig/client.rbs', line 867
def working_storage_allocated_in_bytes: () -> ::Integer
|
#working_storage_used_in_bytes ⇒ ::Integer
866 |
# File 'sig/client.rbs', line 866
def working_storage_used_in_bytes: () -> ::Integer
|