class Aws::Rekognition::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
Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to assign the tags to. @return [String]
@!attribute [rw] tags
The key-value tags to assign to the resource. @return [Hash<String,String>]
Constants
- SENSITIVE