AWSIoTTestInvokeAuthorizerResponse
Objective-C
@interface AWSIoTTestInvokeAuthorizerResponse
Swift
class AWSIoTTestInvokeAuthorizerResponse
-
The number of seconds after which the connection is terminated.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable disconnectAfterInSeconds;Swift
var disconnectAfterInSeconds: NSNumber? { get set } -
True if the token is authenticated, otherwise false.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable isAuthenticated;Swift
var isAuthenticated: NSNumber? { get set } -
IAM policy documents.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable policyDocuments;Swift
var policyDocuments: [String]? { get set } -
The principal ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable principalId;Swift
var principalId: String? { get set } -
The number of seconds after which the temporary credentials are refreshed.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable refreshAfterInSeconds;Swift
var refreshAfterInSeconds: NSNumber? { get set }
View on GitHub
Install in Dash
AWSIoTTestInvokeAuthorizerResponse Class Reference