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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency code for the reserved DB instance offering.

Returns:

  • (String)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#db_instance_classString

The DB instance class for the reserved DB instance.

Returns:

  • (String)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#durationInteger

The duration of the offering in seconds.

Returns:

  • (Integer)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#fixed_priceFloat

The fixed price charged for this offering.

Returns:

  • (Float)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#multi_azBoolean

Indicates if the offering applies to Multi-AZ deployments.

Returns:

  • (Boolean)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#offering_typeString

The offering type.

Returns:

  • (String)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#product_descriptionString

The database engine used by the offering.

Returns:

  • (String)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

The recurring price charged to run this reserved DB instance.

Returns:



12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#reserved_db_instances_offering_idString

The offering identifier.

Returns:

  • (String)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end

#usage_priceFloat

The hourly price charged for this offering.

Returns:

  • (Float)


12674
12675
12676
12677
12678
12679
12680
12681
12682
12683
12684
12685
12686
# File 'lib/aws-sdk-rds/types.rb', line 12674

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)
  include Aws::Structure
end