class Aws::Lightsail::Types::RelationalDatabaseBundle

Describes a database bundle. A bundle describes the performance specifications of the database.

@!attribute [rw] bundle_id

The ID for the database bundle.
@return [String]

@!attribute [rw] name

The name for the database bundle.
@return [String]

@!attribute [rw] price

The cost of the database bundle in US currency.
@return [Float]

@!attribute [rw] ram_size_in_gb

The amount of RAM in GB (for example, `2.0`) for the database
bundle.
@return [Float]

@!attribute [rw] disk_size_in_gb

The size of the disk for the database bundle.
@return [Integer]

@!attribute [rw] transfer_per_month_in_gb

The data transfer rate per month in GB for the database bundle.
@return [Integer]

@!attribute [rw] cpu_count

The number of virtual CPUs (vCPUs) for the database bundle.
@return [Integer]

@!attribute [rw] is_encrypted

A Boolean value indicating whether the database bundle is encrypted.
@return [Boolean]

@!attribute [rw] is_active

A Boolean value indicating whether the database bundle is active.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/RelationalDatabaseBundle AWS API Documentation

Constants

SENSITIVE