Class: Aws::Lightsail::Types::UpdateBucketBundleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the bucket for which to update the bundle.

Returns:

  • (String)


14380
14381
14382
14383
14384
14385
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14380

class UpdateBucketBundleRequest < Struct.new(
  :bucket_name,
  :bundle_id)
  SENSITIVE = []
  include Aws::Structure
end

#bundle_idString

The ID of the new bundle to apply to the bucket.

Use the GetBucketBundles action to get a list of bundle IDs that you can specify.

Returns:

  • (String)


14380
14381
14382
14383
14384
14385
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14380

class UpdateBucketBundleRequest < Struct.new(
  :bucket_name,
  :bundle_id)
  SENSITIVE = []
  include Aws::Structure
end