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 syncSoucre is `SITEWISE `.
</note>
833 834 835 836 837 838 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 833 class DeleteSyncJobRequest < Struct.new( :workspace_id, :sync_source) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The workspace Id.
833 834 835 836 837 838 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 833 class DeleteSyncJobRequest < Struct.new( :workspace_id, :sync_source) SENSITIVE = [] include Aws::Structure end |