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

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

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


13407
13408
13409
13410
13411
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13407

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