Class: Aws::Lightsail::Types::GetDistributionLatestCacheResetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDistributionLatestCacheResetResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp of the last cache reset (
1479734909.17) in Unix time format. -
#status ⇒ String
The status of the last cache reset.
Instance Attribute Details
#create_time ⇒ Time
The timestamp of the last cache reset (1479734909.17) in Unix time format.
7713 7714 7715 7716 7717 7718 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7713 class GetDistributionLatestCacheResetResult < Struct.new( :status, :create_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the last cache reset.
7713 7714 7715 7716 7717 7718 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7713 class GetDistributionLatestCacheResetResult < Struct.new( :status, :create_time) SENSITIVE = [] include Aws::Structure end |