Class: Aws::IoTTwinMaker::Types::GetSyncJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetSyncJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sync_source ⇒ String
The sync soucre.
-
#workspace_id ⇒ String
The workspace Id.
Instance Attribute Details
#sync_source ⇒ String
The sync soucre.
<note markdown=“1”> Currently the only supported syncSoucre is `SITEWISE `.
</note>
1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1530 class GetSyncJobRequest < Struct.new( :sync_source, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The workspace Id.
1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1530 class GetSyncJobRequest < Struct.new( :sync_source, :workspace_id) SENSITIVE = [] include Aws::Structure end |