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.
      2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072  | 
    
      # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2062 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.
      2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072  | 
    
      # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2062 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.
      2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072  | 
    
      # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2062 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.
      2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072  | 
    
      # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2062 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.
      2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072  | 
    
      # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2062 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.
      2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072  | 
    
      # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2062 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.
      2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072  | 
    
      # File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2062 class GetSyncJobResponse < Struct.new( :arn, :workspace_id, :sync_source, :sync_role, :status, :creation_date_time, :update_date_time) SENSITIVE = [] include Aws::Structure end  |