Class: Aws::IoTTwinMaker::Types::ListSyncJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListSyncJobsResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/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.
1929 1930 1931 1932 1933 1934 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1929 class ListSyncJobsResponse < Struct.new( :sync_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#sync_job_summaries ⇒ Array<Types::SyncJobSummary>
The listed SyncJob summaries.
1929 1930 1931 1932 1933 1934 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1929 class ListSyncJobsResponse < Struct.new( :sync_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |