Class: Aws::Redshift::Types::CustomerStorageMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#total_backup_size_in_mega_bytesFloat

The total amount of storage currently used for snapshots.

Returns:

  • (Float)


3238
3239
3240
3241
3242
3243
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3238

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_bytesFloat

The total amount of storage currently provisioned.

Returns:

  • (Float)


3238
3239
3240
3241
3242
3243
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3238

class CustomerStorageMessage < Struct.new(
  :total_backup_size_in_mega_bytes,
  :total_provisioned_storage_in_mega_bytes)
  SENSITIVE = []
  include Aws::Structure
end