Class: Aws::IoTTwinMaker::Types::SyncJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::SyncJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The SyncJob summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The SyncJob summary ARN.
-
#creation_date_time ⇒ Time
The creation date and time.
-
#status ⇒ Types::SyncJobStatus
The SyncJob summaries status.
-
#sync_source ⇒ String
The sync source.
-
#update_date_time ⇒ Time
The update date and time.
-
#workspace_id ⇒ String
The ID of the workspace that contains the sync job.
Instance Attribute Details
#arn ⇒ String
The SyncJob summary ARN.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 |
# File '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_time ⇒ Time
The creation date and time.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 |
# File '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 |
#status ⇒ Types::SyncJobStatus
The SyncJob summaries status.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 |
# File '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_source ⇒ String
The sync source.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 |
# File '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_time ⇒ Time
The update date and time.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 |
# File '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_id ⇒ String
The ID of the workspace that contains the sync job.
3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 |
# File '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 |