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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1272

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.

Returns:

  • (Boolean)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1272

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.

Returns:

  • (String)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1272

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.

Returns:

  • (Float)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1272

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.

Returns:

  • (Integer)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1272

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.

Returns:

  • (Integer)


1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1272

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