You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

    The currency code for the reserved DB instance offering.

#db_instance_classString

The DB instance class for the reserved DB instance.

Returns:

  • (String)

    The DB instance class for the reserved DB instance.

#durationInteger

The duration of the offering in seconds.

Returns:

  • (Integer)

    The duration of the offering in seconds.

#fixed_priceFloat

The fixed price charged for this offering.

Returns:

  • (Float)

    The fixed price charged for this offering.

#multi_azBoolean

Indicates if the offering applies to Multi-AZ deployments.

Returns:

  • (Boolean)

    Indicates if the offering applies to Multi-AZ deployments.

#offering_typeString

The offering type.

Returns:

  • (String)

    The offering type.

#product_descriptionString

The database engine used by the offering.

Returns:

  • (String)

    The database engine used by the offering.

#recurring_chargesArray<Types::RecurringCharge>

The recurring price charged to run this reserved DB instance.

Returns:

#reserved_db_instances_offering_idString

The offering identifier.

Returns:

  • (String)

    The offering identifier.

#usage_priceFloat

The hourly price charged for this offering.

Returns:

  • (Float)

    The hourly price charged for this offering.