class Aws::DatabaseMigrationService::Types::AddTagsToResourceMessage
Associates a set of tags with an DMS resource.
@note When making an API call, you may pass AddTagsToResourceMessage
data as a hash: { resource_arn: "String", # required tags: [ # required { key: "String", value: "String", resource_arn: "String", }, ], }
@!attribute [rw] resource_arn
Identifies the DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN). For DMS, you can tag a replication instance, an endpoint, or a replication task. @return [String]
@!attribute [rw] tags
One or more tags to be assigned to the resource. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResourceMessage AWS API Documentation
Constants
- SENSITIVE