Class: Aws::Rekognition::Types::ListTagsForResourceResponse

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

#tagsHash<String,String>

A list of key-value tags assigned to the resource.

Returns:

  • (Hash<String,String>)


5179
5180
5181
5182
5183
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5179

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