Class: Aws::Lightsail::Types::GetDistributionLatestCacheResetResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDistributionLatestCacheResetResult
- Defined in:
- gems/aws-sdk-lightsail/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 (e.g.,
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 (e.g., 1479734909.17
) in
Unix time format.
7544 7545 7546 7547 7548 7549 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7544 class GetDistributionLatestCacheResetResult < Struct.new( :status, :create_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the last cache reset.
7544 7545 7546 7547 7548 7549 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7544 class GetDistributionLatestCacheResetResult < Struct.new( :status, :create_time) SENSITIVE = [] include Aws::Structure end |