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

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

#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)


14575
14576
14577
14578
14579
14580
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14575

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)


14575
14576
14577
14578
14579
14580
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14575

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