Class: Aws::IoTTwinMaker::Types::CreateSyncJobRequest

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_roleString

The SyncJob IAM role. This IAM role is used by the SyncJob to read from the syncSource, and create, update, or delete the corresponding resources.

Returns:

  • (String)


839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 839

class CreateSyncJobRequest < Struct.new(
  :workspace_id,
  :sync_source,
  :sync_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sync_sourceString

The sync source.

Currently the only supported syncSoource is SITEWISE.

Returns:

  • (String)


839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 839

class CreateSyncJobRequest < Struct.new(
  :workspace_id,
  :sync_source,
  :sync_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The SyncJob tags.

Returns:

  • (Hash<String,String>)


839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 839

class CreateSyncJobRequest < Struct.new(
  :workspace_id,
  :sync_source,
  :sync_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The workspace ID.

Returns:

  • (String)


839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 839

class CreateSyncJobRequest < Struct.new(
  :workspace_id,
  :sync_source,
  :sync_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end