Class: Aws::Textract::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A set of tags (key-value pairs) that are part of the requested resource.

Returns:

  • (Hash<String,String>)


2355
2356
2357
2358
2359
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2355

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