ResetDistributionCacheResult

public struct ResetDistributionCacheResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The timestamp of the reset cache request (e.g., 1479734909.17) in Unix time format.

    Declaration

    Swift

    public let createTime: TimeStamp?
  • An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

    Declaration

    Swift

    public let operation: Operation?
  • The status of the reset cache request.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(createTime: TimeStamp? = nil, operation: Operation? = nil, status: String? = nil)