Class: Aws::DataZone::Types::JobRunSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataZone::Types::JobRunSummary
 
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The job run summary.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp at which job run was created. 
- 
  
    
      #created_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user who created the job run. 
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The domain ID of the job run. 
- 
  
    
      #end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The end time of a job run. 
- 
  
    
      #error  ⇒ Types::JobRunError 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error of a job run. 
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job ID of a job run. 
- 
  
    
      #job_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job type of a job run. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The run ID of a job run. 
- 
  
    
      #run_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The run mode of a job run. 
- 
  
    
      #start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The start time of a job run. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of a job run. 
Instance Attribute Details
#created_at ⇒ Time
The timestamp at which job run was created.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#created_by ⇒ String
The user who created the job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#domain_id ⇒ String
The domain ID of the job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#end_time ⇒ Time
The end time of a job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#error ⇒ Types::JobRunError
The error of a job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#job_id ⇒ String
The job ID of a job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#job_type ⇒ String
The job type of a job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The run ID of a job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#run_mode ⇒ String
The run mode of a job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#start_time ⇒ Time
The start time of a job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of a job run.
| 11967 11968 11969 11970 11971 11972 11973 11974 11975 11976 11977 11978 11979 11980 11981 | # File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11967 class JobRunSummary < Struct.new( :created_at, :created_by, :domain_id, :end_time, :error, :job_id, :job_type, :run_id, :run_mode, :start_time, :status) SENSITIVE = [] include Aws::Structure end |