Class: Aws::ResourceGroups::Types::ListTagSyncTasksOutput

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

#next_tokenString

If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

Returns:

  • (String)


1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1220

class ListTagSyncTasksOutput < Struct.new(
  :tag_sync_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#tag_sync_tasksArray<Types::TagSyncTaskItem>

A list of tag-sync tasks and information about each task.

Returns:



1220
1221
1222
1223
1224
1225
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1220

class ListTagSyncTasksOutput < Struct.new(
  :tag_sync_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end