AWSLambdaListLayerVersionsRequest
Objective-C
@interface AWSLambdaListLayerVersionsRequest
Swift
class AWSLambdaListLayerVersionsRequest
-
The compatible instruction set architecture.
Declaration
Objective-C
@property (nonatomic) AWSLambdaArchitecture compatibleArchitecture;
Swift
var compatibleArchitecture: AWSLambdaArchitecture { get set }
-
A runtime identifier. For example,
java21
.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
Declaration
Objective-C
@property (nonatomic) AWSLambdaRuntime compatibleRuntime;
Swift
var compatibleRuntime: AWSLambdaRuntime { get set }
-
The name or Amazon Resource Name (ARN) of the layer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable layerName;
Swift
var layerName: String? { get set }
-
A pagination token returned by a previous call.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable marker;
Swift
var marker: String? { get set }
-
The maximum number of versions to return.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxItems;
Swift
var maxItems: NSNumber? { get set }