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