Class: Aws::IoTTwinMaker::Types::GetSyncJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetSyncJobResponse
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The sync job ARN.
-
#creation_date_time ⇒ Time
The creation date and time.
-
#status ⇒ Types::SyncJobStatus
The SyncJob response status.
-
#sync_role ⇒ String
The sync IAM role.
-
#sync_source ⇒ String
The sync soucre.
-
#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 sync job ARN.
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1591 class GetSyncJobResponse < Struct.new( :arn, :workspace_id, :sync_source, :sync_role, :status, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The creation date and time.
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1591 class GetSyncJobResponse < Struct.new( :arn, :workspace_id, :sync_source, :sync_role, :status, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::SyncJobStatus
The SyncJob response status.
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1591 class GetSyncJobResponse < Struct.new( :arn, :workspace_id, :sync_source, :sync_role, :status, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#sync_role ⇒ String
The sync IAM role.
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1591 class GetSyncJobResponse < Struct.new( :arn, :workspace_id, :sync_source, :sync_role, :status, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#sync_source ⇒ String
The sync soucre.
SITEWISE
.
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1591 class GetSyncJobResponse < Struct.new( :arn, :workspace_id, :sync_source, :sync_role, :status, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The update date and time.
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1591 class GetSyncJobResponse < Struct.new( :arn, :workspace_id, :sync_source, :sync_role, :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.
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1591 class GetSyncJobResponse < Struct.new( :arn, :workspace_id, :sync_source, :sync_role, :status, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end |