AWSDynamoDBGetResourcePolicyInput

Objective-C

@interface AWSDynamoDBGetResourcePolicyInput

Swift

class AWSDynamoDBGetResourcePolicyInput
  • The Amazon Resource Name (ARN) of the DynamoDB resource to which the policy is attached. The resources you can specify include tables and streams.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable resourceArn;

    Swift

    var resourceArn: String? { get set }