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.
3298 3299 3300 3301 3302 3303 |
# File 'lib/aws-sdk-redshift/types.rb', line 3298 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.
3298 3299 3300 3301 3302 3303 |
# File 'lib/aws-sdk-redshift/types.rb', line 3298 class CustomerStorageMessage < Struct.new( :total_backup_size_in_mega_bytes, :total_provisioned_storage_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |