You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDistributionBundleRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  distribution_name: "ResourceName",
  bundle_id: "string",
}

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)

    The bundle ID of the new bundle to apply to your distribution.

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

    The name of the distribution for which to update the bundle.