Class: Aws::Appflow::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UntagResourceRequest
- 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 untag.
-
#tag_keys ⇒ Array<String>
The tag keys associated with the tag that you want to remove from your flow.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to untag.
5563 5564 5565 5566 5567 5568 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5563 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys associated with the tag that you want to remove from your flow.
5563 5564 5565 5566 5567 5568 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5563 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |