AWSLambdaListFunctionsByCodeSigningConfigRequest
Objective-C
@interface AWSLambdaListFunctionsByCodeSigningConfigRequest
Swift
class AWSLambdaListFunctionsByCodeSigningConfigRequest
-
The The Amazon Resource Name (ARN) of the code signing configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable codeSigningConfigArn;
Swift
var codeSigningConfigArn: String? { get set }
-
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable marker;
Swift
var marker: String? { get set }
-
Maximum number of items to return.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxItems;
Swift
var maxItems: NSNumber? { get set }