class Aws::Inspector2::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "Arn", # required tags: { # required "MapKey" => "MapValue", }, }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource to apply a tag to. @return [String]
@!attribute [rw] tags
The tags to be added to a resource. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE