Class: Aws::Types::DescribeWorkingStorageOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkingStorageOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_ids ⇒ ::Array[::String]
Returns the value of attribute disk_ids.
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#working_storage_allocated_in_bytes ⇒ ::Integer
Returns the value of attribute working_storage_allocated_in_bytes.
-
#working_storage_used_in_bytes ⇒ ::Integer
Returns the value of attribute working_storage_used_in_bytes.
Instance Attribute Details
#disk_ids ⇒ ::Array[::String]
Returns the value of attribute disk_ids.
803 804 805 |
# File 'sig/types.rbs', line 803 def disk_ids @disk_ids end |
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
802 803 804 |
# File 'sig/types.rbs', line 802 def gateway_arn @gateway_arn end |
#working_storage_allocated_in_bytes ⇒ ::Integer
Returns the value of attribute working_storage_allocated_in_bytes.
805 806 807 |
# File 'sig/types.rbs', line 805 def working_storage_allocated_in_bytes @working_storage_allocated_in_bytes end |
#working_storage_used_in_bytes ⇒ ::Integer
Returns the value of attribute working_storage_used_in_bytes.
804 805 806 |
# File 'sig/types.rbs', line 804 def working_storage_used_in_bytes @working_storage_used_in_bytes end |