AWSLambdaGetLayerVersionPolicyResponse
Objective-C
@interface AWSLambdaGetLayerVersionPolicyResponse
Swift
class AWSLambdaGetLayerVersionPolicyResponse
-
The policy document.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policy;
Swift
var policy: String? { get set }
-
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 }