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_code ⇒ String

The currency code for the reserved DB instance offering.

Returns:

  • (String) —

    The currency code for the reserved DB instance offering.

#db_instance_class ⇒ String

The DB instance class for the reserved DB instance.

Returns:

  • (String) —

    The DB instance class for the reserved DB instance.

#duration ⇒ Integer

The duration of the offering in seconds.

Returns:

  • (Integer) —

    The duration of the offering in seconds.

#fixed_price ⇒ Float

The fixed price charged for this offering.

Returns:

  • (Float) —

    The fixed price charged for this offering.

#multi_az ⇒ Boolean

Indicates if the offering applies to Multi-AZ deployments.

Returns:

  • (Boolean) —

    Indicates if the offering applies to Multi-AZ deployments.

#offering_type ⇒ String

The offering type.

Returns:

  • (String) —

    The offering type.

#product_description ⇒ String

The database engine used by the offering.

Returns:

  • (String) —

    The database engine used by the offering.

#recurring_charges ⇒ Array<Types::RecurringCharge>

The recurring price charged to run this reserved DB instance.

Returns:

#reserved_db_instances_offering_id ⇒ String

The offering identifier.

Returns:

  • (String) —

    The offering identifier.

#usage_price ⇒ Float

The hourly price charged for this offering.

Returns:

  • (Float) —

    The hourly price charged for this offering.