AWSConnectListLambdaFunctionsResponse
Objective-C
@interface AWSConnectListLambdaFunctionsResponse
Swift
class AWSConnectListLambdaFunctionsResponse
-
The Lambdafunction ARNs associated with the specified instance.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable lambdaFunctions;Swift
var lambdaFunctions: [String]? { get set } -
If there are additional results, this is the token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSConnectListLambdaFunctionsResponse Class Reference