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

Class: Aws::Lightsail::Types::RelationalDatabaseBundle

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The ID for the database bundle.

Returns:

  • (String)

    The ID for the database bundle.

#cpu_countInteger

The number of virtual CPUs (vCPUs) for the database bundle.

Returns:

  • (Integer)

    The number of virtual CPUs (vCPUs) for the database bundle.

#disk_size_in_gbInteger

The size of the disk for the database bundle.

Returns:

  • (Integer)

    The size of the disk for the database bundle.

#is_activeBoolean

A Boolean value indicating whether the database bundle is active.

Returns:

  • (Boolean)

    A Boolean value indicating whether the database bundle is active.

#is_encryptedBoolean

A Boolean value indicating whether the database bundle is encrypted.

Returns:

  • (Boolean)

    A Boolean value indicating whether the database bundle is encrypted.

#nameString

The name for the database bundle.

Returns:

  • (String)

    The name for the database bundle.

#priceFloat

The cost of the database bundle in US currency.

Returns:

  • (Float)

    The cost of the database bundle in US currency.

#ram_size_in_gbFloat

The amount of RAM in GB (for example, 2.0) for the database bundle.

Returns:

  • (Float)

    The amount of RAM in GB (for example, 2.0) for the database bundle.

#transfer_per_month_in_gbInteger

The data transfer rate per month in GB for the database bundle.

Returns:

  • (Integer)

    The data transfer rate per month in GB for the database bundle.