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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


14412
14413
14414
14415
14416
14417
# File 'lib/aws-sdk-lightsail/types.rb', line 14412

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.

[1]: docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetBucketBundles.html

Returns:

  • (String)


14412
14413
14414
14415
14416
14417
# File 'lib/aws-sdk-lightsail/types.rb', line 14412

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