class Aws::Appflow::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "ARN", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the flow that you want to tag.
@return [String]

@!attribute [rw] tags

The tags used to organize, track, or control access for your flow.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/TagResourceRequest AWS API Documentation

Constants

SENSITIVE