Class: Aws::Rekognition::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::TagResourceRequest
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to assign the tags to.
-
#tags ⇒ Hash<String,String>
The key-value tags to assign to the resource.
Instance Attribute Details
#resource_arn ⇒ String
Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to assign the tags to.
6177 6178 6179 6180 6181 6182 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6177 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The key-value tags to assign to the resource.
6177 6178 6179 6180 6181 6182 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6177 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |