Class: Aws::Deadline::Types::JobDetailsEntity
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Deadline::Types::JobDetailsEntity
 
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The job details for a specific job.
Constant Summary collapse
- SENSITIVE =
- [:parameters, :path_mapping_rules] 
Instance Attribute Summary collapse
- 
  
    
      #job_attachment_settings  ⇒ Types::JobAttachmentSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job attachment settings. 
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job ID. 
- 
  
    
      #job_run_as_user  ⇒ Types::JobRunAsUser 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The user name and group that the job uses when run. 
- 
  
    
      #log_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The log group name. 
- 
  
    
      #parameters  ⇒ Hash<String,Types::JobParameter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The parameters. 
- 
  
    
      #path_mapping_rules  ⇒ Array<Types::PathMappingRule> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The path mapping rules. 
- 
  
    
      #queue_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The queue role ARN. 
- 
  
    
      #schema_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The schema version. 
Instance Attribute Details
#job_attachment_settings ⇒ Types::JobAttachmentSettings
The job attachment settings.
| 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4880 class JobDetailsEntity < Struct.new( :job_id, :job_attachment_settings, :job_run_as_user, :log_group_name, :queue_role_arn, :parameters, :schema_version, :path_mapping_rules) SENSITIVE = [:parameters, :path_mapping_rules] include Aws::Structure end | 
#job_id ⇒ String
The job ID.
| 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4880 class JobDetailsEntity < Struct.new( :job_id, :job_attachment_settings, :job_run_as_user, :log_group_name, :queue_role_arn, :parameters, :schema_version, :path_mapping_rules) SENSITIVE = [:parameters, :path_mapping_rules] include Aws::Structure end | 
#job_run_as_user ⇒ Types::JobRunAsUser
The user name and group that the job uses when run.
| 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4880 class JobDetailsEntity < Struct.new( :job_id, :job_attachment_settings, :job_run_as_user, :log_group_name, :queue_role_arn, :parameters, :schema_version, :path_mapping_rules) SENSITIVE = [:parameters, :path_mapping_rules] include Aws::Structure end | 
#log_group_name ⇒ String
The log group name.
| 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4880 class JobDetailsEntity < Struct.new( :job_id, :job_attachment_settings, :job_run_as_user, :log_group_name, :queue_role_arn, :parameters, :schema_version, :path_mapping_rules) SENSITIVE = [:parameters, :path_mapping_rules] include Aws::Structure end | 
#parameters ⇒ Hash<String,Types::JobParameter>
The parameters.
| 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4880 class JobDetailsEntity < Struct.new( :job_id, :job_attachment_settings, :job_run_as_user, :log_group_name, :queue_role_arn, :parameters, :schema_version, :path_mapping_rules) SENSITIVE = [:parameters, :path_mapping_rules] include Aws::Structure end | 
#path_mapping_rules ⇒ Array<Types::PathMappingRule>
The path mapping rules.
| 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4880 class JobDetailsEntity < Struct.new( :job_id, :job_attachment_settings, :job_run_as_user, :log_group_name, :queue_role_arn, :parameters, :schema_version, :path_mapping_rules) SENSITIVE = [:parameters, :path_mapping_rules] include Aws::Structure end | 
#queue_role_arn ⇒ String
The queue role ARN.
| 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4880 class JobDetailsEntity < Struct.new( :job_id, :job_attachment_settings, :job_run_as_user, :log_group_name, :queue_role_arn, :parameters, :schema_version, :path_mapping_rules) SENSITIVE = [:parameters, :path_mapping_rules] include Aws::Structure end | 
#schema_version ⇒ String
The schema version.
| 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4880 class JobDetailsEntity < Struct.new( :job_id, :job_attachment_settings, :job_run_as_user, :log_group_name, :queue_role_arn, :parameters, :schema_version, :path_mapping_rules) SENSITIVE = [:parameters, :path_mapping_rules] include Aws::Structure end |