Class: Aws::Textract::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A set of tags (key-value pairs) that are part of the requested resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A set of tags (key-value pairs) that are part of the requested resource.
2361 2362 2363 2364 2365 |
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2361 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |