Class: Aws::IoTTwinMaker::Types::DeleteSyncJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sync_sourceString

The sync source.

Currently the only supported syncSource is SITEWISE.

Returns:

  • (String)


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_idString

The workspace ID.

Returns:

  • (String)


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