ResetDistributionCacheRequest

public struct ResetDistributionCacheRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the distribution for which to reset cache. Use the GetDistributions action to get a list of distribution names that you can specify.

    Declaration

    Swift

    public let distributionName: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws