Class: Aws::Appflow::Types::TagResourceRequest

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 tag.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags used to organize, track, or control access for your flow.

Returns:

  • (Hash<String,String>)


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