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.
4454 4455 4456 4457 4458 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4454 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |