AWSDynamoDBUntagResourceInput

Objective-C

@interface AWSDynamoDBUntagResourceInput

Swift

class AWSDynamoDBUntagResourceInput
  • The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

    Declaration

    Objective-C

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

    Swift

    var resourceArn: String? { get set }
  • A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable tagKeys;

    Swift

    var tagKeys: [String]? { get set }