Class: Aws::IoTTwinMaker::Types::ListSyncResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListSyncResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::SyncResourceFilter>
A list of objects that filter the request.
-
#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.
-
#sync_source ⇒ String
The sync source.
-
#workspace_id ⇒ String
The ID of the workspace that contains the sync job.
Instance Attribute Details
#filters ⇒ Array<Types::SyncResourceFilter>
A list of objects that filter the request.
The following filter combinations are supported:
-
Filter with state
-
Filter with ResourceType and ResourceId
-
Filter with ResourceType and ExternalId
2717 2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2717 class ListSyncResourcesRequest < Struct.new( :workspace_id, :sync_source, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2717 2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2717 class ListSyncResourcesRequest < Struct.new( :workspace_id, :sync_source, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
2717 2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2717 class ListSyncResourcesRequest < Struct.new( :workspace_id, :sync_source, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sync_source ⇒ String
The sync source.
<note markdown=“1”> Currently the only supported syncSource is ‘SITEWISE `.
</note>
2717 2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2717 class ListSyncResourcesRequest < Struct.new( :workspace_id, :sync_source, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that contains the sync job.
2717 2718 2719 2720 2721 2722 2723 2724 2725 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2717 class ListSyncResourcesRequest < Struct.new( :workspace_id, :sync_source, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |