Class: Aws::CostOptimizationHub::Types::RdsDbInstanceStorageConfiguration

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

Overview

The Amazon RDS DB instance storage configuration used for recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage_in_gbFloat

The new amount of storage in GB to allocate for the DB instance.

Returns:

  • (Float)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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

#iopsFloat

The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for the DB instance.

Returns:

  • (Float)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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

#storage_throughputFloat

The storage throughput for the DB instance.

Returns:

  • (Float)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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

#storage_typeString

The storage type to associate with the DB instance.

Returns:

  • (String)


1275
1276
1277
1278
1279
1280
1281
1282
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1275

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