Class: Aws::Lightsail::Types::GetDistributionLatestCacheResetResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The timestamp of the last cache reset (1479734909.17) in Unix time format.

Returns:

  • (Time)


7564
7565
7566
7567
7568
7569
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7564

class GetDistributionLatestCacheResetResult < Struct.new(
  :status,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the last cache reset.

Returns:

  • (String)


7564
7565
7566
7567
7568
7569
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7564

class GetDistributionLatestCacheResetResult < Struct.new(
  :status,
  :create_time)
  SENSITIVE = []
  include Aws::Structure
end