Class: Aws::ResourceGroups::Types::GetTagSyncTaskInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_arnString

The Amazon resource name (ARN) of the tag-sync task.

Returns:

  • (String)


372
373
374
375
376
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 372

class GetTagSyncTaskInput < Struct.new(
  :task_arn)
  SENSITIVE = []
  include Aws::Structure
end