Class: Aws::ResourceGroups::Types::ListTagSyncTasksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::ListTagSyncTasksOutput
- Defined in:
- gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If present, indicates that more output is available than is included in the current response.
-
#tag_sync_tasks ⇒ Array<Types::TagSyncTaskItem>
A list of tag-sync tasks and information about each task.
Instance Attribute Details
#next_token ⇒ String
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
.
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_tasks ⇒ Array<Types::TagSyncTaskItem>
A list of tag-sync tasks and information about each task.
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 |