class Aws::KinesisAnalytics::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the application to assign the tags.
@return [String]

@!attribute [rw] tags

The key-value tags to assign to the application.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/TagResourceRequest AWS API Documentation

Constants

SENSITIVE