Class: Aws::IoTTwinMaker::Types::ListSyncJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListSyncJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#workspace_id ⇒ String
The ID of the workspace that contains the sync job.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time. The default is 50.
Valid Range: Minimum value of 0. Maximum value of 200.
2659 2660 2661 2662 2663 2664 2665 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2659 class ListSyncJobsRequest < Struct.new( :workspace_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
2659 2660 2661 2662 2663 2664 2665 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2659 class ListSyncJobsRequest < Struct.new( :workspace_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the sync job.
2659 2660 2661 2662 2663 2664 2665 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2659 class ListSyncJobsRequest < Struct.new( :workspace_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |