Class: Aws::Types::ExascaleDbStorageDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExascaleDbStorageDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_size_in_g_bs ⇒ ::Integer
Returns the value of attribute available_size_in_g_bs.
-
#total_size_in_g_bs ⇒ ::Integer
Returns the value of attribute total_size_in_g_bs.
Instance Attribute Details
#available_size_in_g_bs ⇒ ::Integer
Returns the value of attribute available_size_in_g_bs.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def available_size_in_g_bs @available_size_in_g_bs end |
#total_size_in_g_bs ⇒ ::Integer
Returns the value of attribute total_size_in_g_bs.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def total_size_in_g_bs @total_size_in_g_bs end |