Class: Aws::IoTTwinMaker::Types::ListSyncJobsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


2675
2676
2677
2678
2679
2680
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2675

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

#sync_job_summariesArray<Types::SyncJobSummary>

The listed SyncJob summaries.

Returns:



2675
2676
2677
2678
2679
2680
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2675

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