AWSDynamoDBListTagsOfResourceOutput
Objective-C
@interface AWSDynamoDBListTagsOfResourceOutput
Swift
class AWSDynamoDBListTagsOfResourceOutput
-
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The tags currently associated with the Amazon DynamoDB resource.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBTag *> *_Nullable tags;
Swift
var tags: [AWSDynamoDBTag]? { get set }