class Aws::DataSync::Types::TagResourceRequest

TagResourceRequest

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

data as a hash:

    {
      resource_arn: "TaggableResourceArn", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to apply the tag to.
@return [String]

@!attribute [rw] tags

The tags to apply.
@return [Array<Types::TagListEntry>]

@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/TagResourceRequest AWS API Documentation

Constants

SENSITIVE