Class: Aws::Lightsail::Types::DistributionBundle
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DistributionBundle
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Describes the specifications of a distribution bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundle_id ⇒ String
The ID of the bundle.
-
#is_active ⇒ Boolean
Indicates whether the bundle is active, and can be specified for a new or existing distribution.
-
#name ⇒ String
The name of the distribution bundle.
-
#price ⇒ Float
The monthly price, in US dollars, of the bundle.
-
#transfer_per_month_in_gb ⇒ Integer
The monthly network transfer quota of the bundle.
Instance Attribute Details
#bundle_id ⇒ String
The ID of the bundle.
5877 5878 5879 5880 5881 5882 5883 5884 5885 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5877 class DistributionBundle < Struct.new( :bundle_id, :name, :price, :transfer_per_month_in_gb, :is_active) SENSITIVE = [] include Aws::Structure end |
#is_active ⇒ Boolean
Indicates whether the bundle is active, and can be specified for a new or existing distribution.
5877 5878 5879 5880 5881 5882 5883 5884 5885 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5877 class DistributionBundle < Struct.new( :bundle_id, :name, :price, :transfer_per_month_in_gb, :is_active) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the distribution bundle.
5877 5878 5879 5880 5881 5882 5883 5884 5885 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5877 class DistributionBundle < Struct.new( :bundle_id, :name, :price, :transfer_per_month_in_gb, :is_active) SENSITIVE = [] include Aws::Structure end |
#price ⇒ Float
The monthly price, in US dollars, of the bundle.
5877 5878 5879 5880 5881 5882 5883 5884 5885 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5877 class DistributionBundle < Struct.new( :bundle_id, :name, :price, :transfer_per_month_in_gb, :is_active) SENSITIVE = [] include Aws::Structure end |
#transfer_per_month_in_gb ⇒ Integer
The monthly network transfer quota of the bundle.
5877 5878 5879 5880 5881 5882 5883 5884 5885 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5877 class DistributionBundle < Struct.new( :bundle_id, :name, :price, :transfer_per_month_in_gb, :is_active) SENSITIVE = [] include Aws::Structure end |