Class: Aws::Rekognition::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to assign the tags to.

Returns:

  • (String)


7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7772

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The key-value tags to assign to the resource.

Returns:

  • (Hash<String,String>)


7772
7773
7774
7775
7776
7777
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7772

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end