class Aws::SavingsPlans::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

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

@!attribute [rw] tags

One or more tags. For example, \\\{ "tags":
\\\{"key1":"value1", "key2":"value2"\\} \\}.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/savingsplans-2019-06-28/TagResourceRequest AWS API Documentation

Constants

SENSITIVE