Class: Aws::IoTTwinMaker::Types::ListSyncResourcesResponse

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)


2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2735

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

#sync_resourcesArray<Types::SyncResourceSummary>

The sync resources.

Returns:



2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2735

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