GetDistributionLatestCacheResetRequest

public struct GetDistributionLatestCacheResetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let distributionName: String?
  • Undocumented

    Declaration

    Swift

    public init(distributionName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws