Class: Aws::Lightsail::Types::UpdateDistributionBundleRequest

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

#bundle_idString

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.

Returns:

  • (String)


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_nameString

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.

Returns:

  • (String)


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