Class: Aws::Deadline::Types::JobDetailsEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::JobDetailsEntity
- Includes:
- Structure
- Defined in:
- 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.
4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-deadline/types.rb', line 4354 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.
4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-deadline/types.rb', line 4354 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.
4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-deadline/types.rb', line 4354 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.
4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-deadline/types.rb', line 4354 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.
4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-deadline/types.rb', line 4354 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.
4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-deadline/types.rb', line 4354 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.
4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-deadline/types.rb', line 4354 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.
4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'lib/aws-sdk-deadline/types.rb', line 4354 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 |