AWSDynamoDBGetResourcePolicyOutput
Objective-C
@interface AWSDynamoDBGetResourcePolicyOutput
Swift
class AWSDynamoDBGetResourcePolicyOutput
-
The resource-based policy document attached to the resource, which can be a table or stream, in JSON format.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policy;
Swift
var policy: String? { get set }
-
A unique string that represents the revision ID of the policy. If you’re comparing revision IDs, make sure to always use string comparison logic.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable revisionId;
Swift
var revisionId: String? { get set }