Class: Aws::IoTTwinMaker::Types::ListSyncJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListSyncJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#sync_job_summaries ⇒ Array<Types::SyncJobSummary>
The listed SyncJob summaries.
Instance Attribute Details
#next_token ⇒ String
The string that specifies the next page of results.
2675 2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2675 class ListSyncJobsResponse < Struct.new( :sync_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#sync_job_summaries ⇒ Array<Types::SyncJobSummary>
The listed SyncJob summaries.
2675 2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2675 class ListSyncJobsResponse < Struct.new( :sync_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |