class Aws::DatabaseMigrationService::Types::RemoveTagsFromResourceMessage

Removes one or more tags from an DMS resource.

@note When making an API call, you may pass RemoveTagsFromResourceMessage

data as a hash:

    {
      resource_arn: "String", # required
      tag_keys: ["String"], # required
    }

@!attribute [rw] resource_arn

An DMS resource from which you want to remove tag(s). The value for
this parameter is an Amazon Resource Name (ARN).
@return [String]

@!attribute [rw] tag_keys

The tag key (name) of the tag to be removed.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResourceMessage AWS API Documentation

Constants

SENSITIVE