Class: Aws::IoTTwinMaker::Types::SyncJobSummary

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

Overview

The SyncJob summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The SyncJob summary ARN.

Returns:

  • (String)


3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3585

class SyncJobSummary < Struct.new(
  :arn,
  :workspace_id,
  :sync_source,
  :status,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The creation date and time.

Returns:

  • (Time)


3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3585

class SyncJobSummary < Struct.new(
  :arn,
  :workspace_id,
  :sync_source,
  :status,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::SyncJobStatus

The SyncJob summaries status.



3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3585

class SyncJobSummary < Struct.new(
  :arn,
  :workspace_id,
  :sync_source,
  :status,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#sync_sourceString

The sync source.

Returns:

  • (String)


3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3585

class SyncJobSummary < Struct.new(
  :arn,
  :workspace_id,
  :sync_source,
  :status,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_date_timeTime

The update date and time.

Returns:

  • (Time)


3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3585

class SyncJobSummary < Struct.new(
  :arn,
  :workspace_id,
  :sync_source,
  :status,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace that contains the sync job.

Returns:

  • (String)


3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3585

class SyncJobSummary < Struct.new(
  :arn,
  :workspace_id,
  :sync_source,
  :status,
  :creation_date_time,
  :update_date_time)
  SENSITIVE = []
  include Aws::Structure
end