AWSLambdaGetPolicyResponse

Objective-C

@interface AWSLambdaGetPolicyResponse

Swift

class AWSLambdaGetPolicyResponse
  • The resource-based policy.

    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 }