AWSLambdaRemoveLayerVersionPermissionRequest
Objective-C
@interface AWSLambdaRemoveLayerVersionPermissionRequest
Swift
class AWSLambdaRemoveLayerVersionPermissionRequest
-
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 } -
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable revisionId;Swift
var revisionId: String? { get set } -
The identifier that was specified when the statement was added.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statementId;Swift
var statementId: String? { get set } -
The version number.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable versionNumber;Swift
var versionNumber: NSNumber? { get set }
View on GitHub
Install in Dash
AWSLambdaRemoveLayerVersionPermissionRequest Class Reference