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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#statusString

The status of the last cache reset.

Returns:

  • (String)


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