Class: Aws::Types::CustomerStorageMessage
- Inherits:
-
Object
- Object
- Aws::Types::CustomerStorageMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total_backup_size_in_mega_bytes ⇒ ::Float
Returns the value of attribute total_backup_size_in_mega_bytes.
-
#total_provisioned_storage_in_mega_bytes ⇒ ::Float
Returns the value of attribute total_provisioned_storage_in_mega_bytes.
Instance Attribute Details
#total_backup_size_in_mega_bytes ⇒ ::Float
Returns the value of attribute total_backup_size_in_mega_bytes.
775 776 777 |
# File 'sig/types.rbs', line 775 def total_backup_size_in_mega_bytes @total_backup_size_in_mega_bytes end |
#total_provisioned_storage_in_mega_bytes ⇒ ::Float
Returns the value of attribute total_provisioned_storage_in_mega_bytes.
776 777 778 |
# File 'sig/types.rbs', line 776 def total_provisioned_storage_in_mega_bytes @total_provisioned_storage_in_mega_bytes end |