class Aws::RAM::Types::TagResourceRequest

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

data as a hash:

    {
      resource_share_arn: "String", # required
      tags: [ # required
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] resource_share_arn

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

@!attribute [rw] tags

One or more tags.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/ram-2018-01-04/TagResourceRequest AWS API Documentation

Constants

SENSITIVE