Class: Aws::Lightsail::Types::ResetDistributionCacheRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ResetDistributionCacheRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_name ⇒ String
The name of the distribution for which to reset cache.
Instance Attribute Details
#distribution_name ⇒ String
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.
13422 13423 13424 13425 13426 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13422 class ResetDistributionCacheRequest < Struct.new( :distribution_name) SENSITIVE = [] include Aws::Structure end |