TestInvokeAuthorizerResponse
public struct TestInvokeAuthorizerResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of seconds after which the connection is terminated.
Declaration
Swift
public let disconnectAfterInSeconds: Int?
-
True if the token is authenticated, otherwise false.
Declaration
Swift
public let isAuthenticated: Bool?
-
IAM policy documents.
Declaration
Swift
public let policyDocuments: [String]?
-
The principal ID.
Declaration
Swift
public let principalId: String?
-
The number of seconds after which the temporary credentials are refreshed.
Declaration
Swift
public let refreshAfterInSeconds: Int?
-
Undocumented
Declaration
Swift
public init(disconnectAfterInSeconds: Int? = nil, isAuthenticated: Bool? = nil, policyDocuments: [String]? = nil, principalId: String? = nil, refreshAfterInSeconds: Int? = nil)