Class: Aws::Lightsail::Types::UpdateDistributionBundleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::UpdateDistributionBundleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bundle_id ⇒ String
The bundle ID of the new bundle to apply to your distribution.
-
#distribution_name ⇒ String
The name of the distribution for which to update the bundle.
Instance Attribute Details
#bundle_id ⇒ String
The bundle ID of the new bundle to apply to your distribution.
Use the ‘GetDistributionBundles` action to get a list of distribution bundle IDs that you can specify.
14607 14608 14609 14610 14611 14612 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14607 class UpdateDistributionBundleRequest < Struct.new( :distribution_name, :bundle_id) SENSITIVE = [] include Aws::Structure end |
#distribution_name ⇒ String
The name of the distribution for which to update the bundle.
Use the ‘GetDistributions` action to get a list of distribution names that you can specify.
14607 14608 14609 14610 14611 14612 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14607 class UpdateDistributionBundleRequest < Struct.new( :distribution_name, :bundle_id) SENSITIVE = [] include Aws::Structure end |