Class: Aws::IoTTwinMaker::Types::ListSyncResourcesRequest

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

#filtersArray<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

Returns:



2717
2718
2719
2720
2721
2722
2723
2724
2725
# File 'gems/aws-sdk-iottwinmaker/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_resultsInteger

The maximum number of results to return at one time. The default is 50.

Valid Range: Minimum value of 0. Maximum value of 200.

Returns:

  • (Integer)


2717
2718
2719
2720
2721
2722
2723
2724
2725
# File 'gems/aws-sdk-iottwinmaker/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_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


2717
2718
2719
2720
2721
2722
2723
2724
2725
# File 'gems/aws-sdk-iottwinmaker/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_sourceString

The sync source.

Currently the only supported syncSource is SITEWISE.

Returns:

  • (String)


2717
2718
2719
2720
2721
2722
2723
2724
2725
# File 'gems/aws-sdk-iottwinmaker/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_idString

The ID of the workspace that contains the sync job.

Returns:

  • (String)


2717
2718
2719
2720
2721
2722
2723
2724
2725
# File 'gems/aws-sdk-iottwinmaker/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