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 source.
-
#workspace_id ⇒ String
The workspace ID.
Instance Attribute Details
#sync_source ⇒ String
The sync source.
<note markdown=“1”> Currently the only supported syncSource is ‘SITEWISE `.
</note>
2023 2024 2025 2026 2027 2028 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2023 class GetSyncJobRequest < Struct.new( :sync_source, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The workspace ID.
2023 2024 2025 2026 2027 2028 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2023 class GetSyncJobRequest < Struct.new( :sync_source, :workspace_id) SENSITIVE = [] include Aws::Structure end |