Class: Aws::ResourceGroups::Types::CancelTagSyncTaskInput

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)


58
59
60
61
62
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 58

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