Class: Aws::Appflow::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the flow that you want to untag.

Returns:

  • (String)


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_keysArray<String>

The tag keys associated with the tag that you want to remove from your flow.

Returns:

  • (Array<String>)


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