Class: Aws::Lightsail::Types::UpdateBucketBundleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::UpdateBucketBundleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the bucket for which to update the bundle.
-
#bundle_id ⇒ String
The ID of the new bundle to apply to the bucket.
Instance Attribute Details
#bucket_name ⇒ String
The name of the bucket for which to update the bundle.
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_id ⇒ String
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
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 |