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

Class: Aws::RDS::Types::ReservedDBInstance

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

Overview

This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code ⇒ String

The currency code for the reserved DB instance.

Returns:

  • (String) —

    The currency code for the reserved DB instance.

#db_instance_class ⇒ String

The DB instance class for the reserved DB instance.

Returns:

  • (String) —

    The DB instance class for the reserved DB instance.

#db_instance_count ⇒ Integer

The number of reserved DB instances.

Returns:

  • (Integer) —

    The number of reserved DB instances.

#duration ⇒ Integer

The duration of the reservation in seconds.

Returns:

  • (Integer) —

    The duration of the reservation in seconds.

#fixed_price ⇒ Float

The fixed price charged for this reserved DB instance.

Returns:

  • (Float) —

    The fixed price charged for this reserved DB instance.

#lease_id ⇒ String

The unique identifier for the lease associated with the reserved DB instance.

AWS Support might request the lease ID for an issue related to a reserved DB instance.

Returns:

  • (String) —

    The unique identifier for the lease associated with the reserved DB instance.

#multi_az ⇒ Boolean

Indicates if the reservation applies to Multi-AZ deployments.

Returns:

  • (Boolean) —

    Indicates if the reservation applies to Multi-AZ deployments.

#offering_type ⇒ String

The offering type of this reserved DB instance.

Returns:

  • (String) —

    The offering type of this reserved DB instance.

#product_description ⇒ String

The description of the reserved DB instance.

Returns:

  • (String) —

    The description of the reserved DB instance.

#recurring_charges ⇒ Array<Types::RecurringCharge>

The recurring price charged to run this reserved DB instance.

Returns:

#reserved_db_instance_arn ⇒ String

The Amazon Resource Name (ARN) for the reserved DB instance.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) for the reserved DB instance.

#reserved_db_instance_id ⇒ String

The unique identifier for the reservation.

Returns:

  • (String) —

    The unique identifier for the reservation.

#reserved_db_instances_offering_id ⇒ String

The offering identifier.

Returns:

  • (String) —

    The offering identifier.

#start_time ⇒ Time

The time the reservation started.

Returns:

  • (Time) —

    The time the reservation started.

#state ⇒ String

The state of the reserved DB instance.

Returns:

  • (String) —

    The state of the reserved DB instance.

#usage_price ⇒ Float

The hourly price charged for this reserved DB instance.

Returns:

  • (Float) —

    The hourly price charged for this reserved DB instance.