Class: Aws::Lightsail::Types::BucketBundle

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

Overview

Describes the specifications of a bundle that can be applied to an Amazon Lightsail bucket.

A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_idString

The ID of the bundle.



1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-lightsail/types.rb', line 1286

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

#is_activeBoolean

Indicates whether the bundle is active. Use for a new or existing bucket.



1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-lightsail/types.rb', line 1286

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

#nameString

The name of the bundle.



1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-lightsail/types.rb', line 1286

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

#priceFloat

The monthly price of the bundle, in US dollars.



1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-lightsail/types.rb', line 1286

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

#storage_per_month_in_gbInteger

The storage size of the bundle, in GB.



1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-lightsail/types.rb', line 1286

class BucketBundle < Struct.new(
  :bundle_id,
  :name,
  :price,
  :storage_per_month_in_gb,
  :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.



1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-lightsail/types.rb', line 1286

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