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

Class: Aws::Lightsail::Types::ResetDistributionCacheRequest

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

Overview

Note:

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

{
  distribution_name: "ResourceName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_nameString

The name of the distribution for which to reset cache.

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 reset cache.