Class: Aws::Lightsail::Types::GetDistributionLatestCacheResetRequest

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

#distribution_nameString

The name of the distribution for which to return the timestamp of the last cache reset.

Use the GetDistributions action to get a list of distribution names that you can specify.

When omitted, the response includes the latest cache reset timestamp of all your distributions.

Returns:

  • (String)


7547
7548
7549
7550
7551
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7547

class GetDistributionLatestCacheResetRequest < Struct.new(
  :distribution_name)
  SENSITIVE = []
  include Aws::Structure
end