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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes the specifications of a distribution bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The ID of the bundle.

Returns:

  • (String)


5878
5879
5880
5881
5882
5883
5884
5885
5886
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5878

class DistributionBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :transfer_per_month_in_gb,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#is_activeBoolean

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

Returns:

  • (Boolean)


5878
5879
5880
5881
5882
5883
5884
5885
5886
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5878

class DistributionBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :transfer_per_month_in_gb,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the distribution bundle.

Returns:

  • (String)


5878
5879
5880
5881
5882
5883
5884
5885
5886
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5878

class DistributionBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :transfer_per_month_in_gb,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#priceFloat

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

Returns:

  • (Float)


5878
5879
5880
5881
5882
5883
5884
5885
5886
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5878

class DistributionBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :transfer_per_month_in_gb,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end

#transfer_per_month_in_gbInteger

The monthly network transfer quota of the bundle.

Returns:

  • (Integer)


5878
5879
5880
5881
5882
5883
5884
5885
5886
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5878

class DistributionBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :transfer_per_month_in_gb,
  :is_active)
  SENSITIVE = []
  include Aws::Structure
end