Class: Aws::Rekognition::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 contains the tags that you want a list of.

Returns:

  • (String)


5181
5182
5183
5184
5185
# File 'lib/aws-sdk-rekognition/types.rb', line 5181

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