AWSS3SignPolicyResult
public struct AWSS3SignPolicyResult : Decodable
The result of an AWS S3 sign policy request.
-
The description of the policy that has been signed.
Declaration
Swift
public let policy: String
-
The computed signature of the policy.
Declaration
Swift
public let signature: String
-
The algorithm used to compute the signature.
Declaration
Swift
public let algorithm: String
-
The date at which the signature was computed.
Declaration
Swift
public let date: String
-
The credential that should be used when utilizing this signed policy.
Declaration
Swift
public let credential: String