AWSLambdaRemoveLayerVersionPermissionRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSLambdaModel.h AWSLambdaModel.m |
layerName
The name or Amazon Resource Name (ARN) of the layer.
@property (nonatomic, strong) NSString *layerName
Declared In
AWSLambdaModel.h
revisionId
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.
@property (nonatomic, strong) NSString *revisionId
Declared In
AWSLambdaModel.h
statementId
The identifier that was specified when the statement was added.
@property (nonatomic, strong) NSString *statementId
Declared In
AWSLambdaModel.h
versionNumber
The version number.
@property (nonatomic, strong) NSNumber *versionNumber
Declared In
AWSLambdaModel.h