class Aws::ElasticInference::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the Elastic Inference Accelerator to tag.
@return [String]

@!attribute [rw] tags

The tags to add to the Elastic Inference Accelerator.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/elastic-inference-2017-07-25/TagResourceRequest AWS API Documentation

Constants

SENSITIVE