AWSDynamoDBTagResourceInput
Objective-C
@interface AWSDynamoDBTagResourceInput
Swift
class AWSDynamoDBTagResourceInput
-
Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }
-
The tags to be assigned to the Amazon DynamoDB resource.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSDynamoDBTag *> *_Nullable tags;
Swift
var tags: [AWSDynamoDBTag]? { get set }