Class: Aws::Redshift::Types::CustomerStorageMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CustomerStorageMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#total_backup_size_in_mega_bytes ⇒ Float
The total amount of storage currently used for snapshots.
-
#total_provisioned_storage_in_mega_bytes ⇒ Float
The total amount of storage currently provisioned.
Instance Attribute Details
#total_backup_size_in_mega_bytes ⇒ Float
The total amount of storage currently used for snapshots.
3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-redshift/types.rb', line 3293 class CustomerStorageMessage < Struct.new( :total_backup_size_in_mega_bytes, :total_provisioned_storage_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#total_provisioned_storage_in_mega_bytes ⇒ Float
The total amount of storage currently provisioned.
3293 3294 3295 3296 3297 3298 |
# File 'lib/aws-sdk-redshift/types.rb', line 3293 class CustomerStorageMessage < Struct.new( :total_backup_size_in_mega_bytes, :total_provisioned_storage_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |