Class: Aws::IoTTwinMaker::Types::ListSyncResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListSyncResourcesResponse
- Includes:
- Structure
- Defined in:
- 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_resources ⇒ Array<Types::SyncResourceSummary>
The sync resources.
Instance Attribute Details
#next_token ⇒ String
The string that specifies the next page of results.
2735 2736 2737 2738 2739 2740 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2735 class ListSyncResourcesResponse < Struct.new( :sync_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#sync_resources ⇒ Array<Types::SyncResourceSummary>
The sync resources.
2735 2736 2737 2738 2739 2740 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2735 class ListSyncResourcesResponse < Struct.new( :sync_resources, :next_token) SENSITIVE = [] include Aws::Structure end |