AWSSessionCredentials
public struct AWSSessionCredentials : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The access key for the session.
Declaration
Swift
public let accessKeyId: String -
The secret access key for the session.
Declaration
Swift
public let secretAccessKey: String -
The token for the session.
Declaration
Swift
public let sessionToken: String -
Undocumented
Declaration
Swift
public init(accessKeyId: String, secretAccessKey: String, sessionToken: String)
View on GitHub
AWSSessionCredentials Structure Reference