Credentials
public struct Credentials : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The access key ID that identifies the temporary security credentials.
Declaration
Swift
public let accessKeyId: String -
The date on which the current credentials expire.
Declaration
Swift
public let expiration: TimeStamp -
The secret access key that can be used to sign requests.
Declaration
Swift
public let secretAccessKey: String -
The token that users must pass to the service API to use the temporary credentials.
Declaration
Swift
public let sessionToken: String -
Undocumented
Declaration
Swift
public init(accessKeyId: String, expiration: TimeStamp, secretAccessKey: String, sessionToken: String)
View on GitHub
Credentials Structure Reference