class Aws::RDS::Types::ReservedDBInstance

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

@!attribute [rw] reserved_db_instance_id

The unique identifier for the reservation.
@return [String]

@!attribute [rw] reserved_db_instances_offering_id

The offering identifier.
@return [String]

@!attribute [rw] db_instance_class

The DB instance class for the reserved DB instance.
@return [String]

@!attribute [rw] start_time

The time the reservation started.
@return [Time]

@!attribute [rw] duration

The duration of the reservation in seconds.
@return [Integer]

@!attribute [rw] fixed_price

The fixed price charged for this reserved DB instance.
@return [Float]

@!attribute [rw] usage_price

The hourly price charged for this reserved DB instance.
@return [Float]

@!attribute [rw] currency_code

The currency code for the reserved DB instance.
@return [String]

@!attribute [rw] db_instance_count

The number of reserved DB instances.
@return [Integer]

@!attribute [rw] product_description

The description of the reserved DB instance.
@return [String]

@!attribute [rw] offering_type

The offering type of this reserved DB instance.
@return [String]

@!attribute [rw] multi_az

Indicates if the reservation applies to Multi-AZ deployments.
@return [Boolean]

@!attribute [rw] state

The state of the reserved DB instance.
@return [String]

@!attribute [rw] recurring_charges

The recurring price charged to run this reserved DB instance.
@return [Array<Types::RecurringCharge>]

@!attribute [rw] reserved_db_instance_arn

The Amazon Resource Name (ARN) for the reserved DB instance.
@return [String]

@!attribute [rw] lease_id

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

<note markdown="1"> Amazon Web Services Support might request the lease ID for an issue
related to a reserved DB instance.

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ReservedDBInstance AWS API Documentation

Constants

SENSITIVE