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.
7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7563 class GetDistributionLatestCacheResetResult < Struct.new( :status, :create_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the last cache reset.
7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7563 class GetDistributionLatestCacheResetResult < Struct.new( :status, :create_time) SENSITIVE = [] include Aws::Structure end |