Class: Aws::Lightsail::Types::GetDistributionLatestCacheResetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDistributionLatestCacheResetRequest
- 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 return the timestamp of the last cache reset.
Instance Attribute Details
#distribution_name ⇒ String
The name of the distribution for which to return the timestamp of the last cache reset.
Use the ‘GetDistributions` action to get a list of distribution names that you can specify.
When omitted, the response includes the latest cache reset timestamp of all your distributions.
7546 7547 7548 7549 7550 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7546 class GetDistributionLatestCacheResetRequest < Struct.new( :distribution_name) SENSITIVE = [] include Aws::Structure end |