Class: Aws::IoTTwinMaker::Types::DeleteSyncJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::DeleteSyncJobRequest
- 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>
1101 1102 1103 1104 1105 1106 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1101 class DeleteSyncJobRequest < Struct.new( :workspace_id, :sync_source) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The workspace ID.
1101 1102 1103 1104 1105 1106 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1101 class DeleteSyncJobRequest < Struct.new( :workspace_id, :sync_source) SENSITIVE = [] include Aws::Structure end |