Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ComputeOptimizer::Types::DBStorageConfiguration

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

Overview

The configuration of the recommended RDS storage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storageInteger

The size of the DB storage in gigabytes (GB).

Returns:

  • (Integer)

534
535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 534

class DBStorageConfiguration < Struct.new(
  :storage_type,
  :allocated_storage,
  :iops,
  :max_allocated_storage,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

The provisioned IOPs of the DB storage.

Returns:

  • (Integer)

534
535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 534

class DBStorageConfiguration < Struct.new(
  :storage_type,
  :allocated_storage,
  :iops,
  :max_allocated_storage,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#max_allocated_storageInteger

The maximum limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

Returns:

  • (Integer)

534
535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 534

class DBStorageConfiguration < Struct.new(
  :storage_type,
  :allocated_storage,
  :iops,
  :max_allocated_storage,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#storage_throughputInteger

The storage throughput of the DB storage.

Returns:

  • (Integer)

534
535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 534

class DBStorageConfiguration < Struct.new(
  :storage_type,
  :allocated_storage,
  :iops,
  :max_allocated_storage,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

The type of DB storage.

Returns:

  • (String)

534
535
536
537
538
539
540
541
542
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 534

class DBStorageConfiguration < Struct.new(
  :storage_type,
  :allocated_storage,
  :iops,
  :max_allocated_storage,
  :storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end