AWSLambdaAddLayerVersionPermissionResponse
Objective-C
@interface AWSLambdaAddLayerVersionPermissionResponse
Swift
class AWSLambdaAddLayerVersionPermissionResponse
-
A unique identifier for the current revision of the policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable revisionId;
Swift
var revisionId: String? { get set }
-
The permission statement.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statement;
Swift
var statement: String? { get set }