Class: Aws::Appflow::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::TagResourceRequest
- 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 flow that you want to tag.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for your flow.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to tag.
5367 5368 5369 5370 5371 5372 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5367 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for your flow.
5367 5368 5369 5370 5371 5372 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5367 class TagResourceRequest < Struct.new( :resource_arn, :tags) SENSITIVE = [] include Aws::Structure end |