Class: Aws::Appflow::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for your flow.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for your flow.
3135 3136 3137 3138 3139 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3135 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |