AWSLambdaLayerVersionsListItem

Objective-C

@interface AWSLambdaLayerVersionsListItem

Swift

class AWSLambdaLayerVersionsListItem

Details about a version of an Lambda layer.

  • 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 }
  • The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000.

    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 version.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable layerVersionArn;

    Swift

    var layerVersionArn: String? { get set }
  • The layer’s open-source 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 }