Class: Aws::RDS::Types::ReservedDBInstancesOffering

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

Overview

This data type is used as a response element in the DescribeReservedDBInstancesOfferings action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code ⇒ String

The currency code for the reserved DB instance offering.

Returns:

  • (String)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_class ⇒ String

The DB instance class for the reserved DB instance.

Returns:

  • (String)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#duration ⇒ Integer

The duration of the offering in seconds.

Returns:

  • (Integer)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_price ⇒ Float

The fixed price charged for this offering.

Returns:

  • (Float)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#multi_az ⇒ Boolean

Indicates whether the offering applies to Multi-AZ deployments.

Returns:

  • (Boolean)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#offering_type ⇒ String

The offering type.

Returns:

  • (String)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#product_description ⇒ String

The database engine used by the offering.

Returns:

  • (String)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_charges ⇒ Array<Types::RecurringCharge>

The recurring price charged to run this reserved DB instance.

Returns:



24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_db_instances_offering_id ⇒ String

The offering identifier.

Returns:

  • (String)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#usage_price ⇒ Float

The hourly price charged for this offering.

Returns:

  • (Float)


24216
24217
24218
24219
24220
24221
24222
24223
24224
24225
24226
24227
24228
24229
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 24216

class ReservedDBInstancesOffering < Struct.new(
  :reserved_db_instances_offering_id,
  :db_instance_class,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :product_description,
  :offering_type,
  :multi_az,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end