AWSLambdaListCodeSigningConfigsResponse
Objective-C
@interface AWSLambdaListCodeSigningConfigsResponse
Swift
class AWSLambdaListCodeSigningConfigsResponse
-
The code signing configurations
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLambdaCodeSigningConfig *> *_Nullable codeSigningConfigs;
Swift
var codeSigningConfigs: [AWSLambdaCodeSigningConfig]? { get set }
-
The pagination token that’s included if more results are available.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;
Swift
var nextMarker: String? { get set }