Class: Aws::Appflow::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the specified flow.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the specified flow.
3123 3124 3125 3126 3127 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3123 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |