AWSLambdaPublishLayerVersionResponse
Objective-C
@interface AWSLambdaPublishLayerVersionResponse
Swift
class AWSLambdaPublishLayerVersionResponse
-
A list of compatible instruction set architectures.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable compatibleArchitectures;
Swift
var compatibleArchitectures: [String]? { get set }
-
The layer’s compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable compatibleRuntimes;
Swift
var compatibleRuntimes: [String]? { get set }
-
Details about the layer version.
Declaration
Objective-C
@property (nonatomic, strong) AWSLambdaLayerVersionContentOutput *_Nullable content;
Swift
var content: AWSLambdaLayerVersionContentOutput? { get set }
-
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable createdDate;
Swift
var createdDate: String? { get set }
-
The description of the version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The ARN of the layer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable layerArn;
Swift
var layerArn: String? { get set }
-
The ARN of the layer version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable layerVersionArn;
Swift
var layerVersionArn: String? { get set }
-
The layer’s software license.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable licenseInfo;
Swift
var licenseInfo: String? { get set }
-
The version number.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable version;
Swift
var version: NSNumber? { get set }