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

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

#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)


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

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