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 RDS storage in gigabytes (GB).

Returns:

  • (Integer)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 508

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 RDS storage.

Returns:

  • (Integer)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 508

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 RDS instance.

Returns:

  • (Integer)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 508

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 RDS storage.

Returns:

  • (Integer)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 508

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

#storage_typeString

The type of RDS storage.

Returns:

  • (String)


508
509
510
511
512
513
514
515
516
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 508

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