AWSDynamoDBListTagsOfResourceInput

Objective-C

@interface AWSDynamoDBListTagsOfResourceInput

Swift

class AWSDynamoDBListTagsOfResourceInput
  • An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }