class Aws::HealthLake::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name(ARN)that gives Amazon HealthLake access to
the Data Store which tags are being added to.
@return [String]

@!attribute [rw] tags

The user specified key and value pair tags being added to a Data
Store.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE