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

Class: Aws::Lightsail::Types::DistributionBundle

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

Overview

Describes the specifications of a distribution bundle.

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The ID of the bundle.

Returns:

  • (String)

    The ID of the bundle.

#is_activeBoolean

Indicates whether the bundle is active, and can be specified for a new distribution.

Returns:

  • (Boolean)

    Indicates whether the bundle is active, and can be specified for a new distribution.

#nameString

The name of the distribution bundle.

Returns:

  • (String)

    The name of the distribution bundle.

#priceFloat

The monthly price, in US dollars, of the bundle.

Returns:

  • (Float)

    The monthly price, in US dollars, of the bundle.

#transfer_per_month_in_gbInteger

The monthly network transfer quota of the bundle.

Returns:

  • (Integer)

    The monthly network transfer quota of the bundle.