Class: Aws::Types::JobDetailsEntity
- Inherits:
-
Object
- Object
- Aws::Types::JobDetailsEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_attachment_settings ⇒ Types::JobDetailsJobAttachmentSettings
Returns the value of attribute job_attachment_settings.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_run_as_user ⇒ Types::JobRunAsUser
Returns the value of attribute job_run_as_user.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#parameters ⇒ ::Hash[::String, Types::JobParameter]
Returns the value of attribute parameters.
-
#path_mapping_rules ⇒ ::Array[Types::PathMappingRule]
Returns the value of attribute path_mapping_rules.
-
#queue_role_arn ⇒ ::String
Returns the value of attribute queue_role_arn.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
Instance Attribute Details
#job_attachment_settings ⇒ Types::JobDetailsJobAttachmentSettings
Returns the value of attribute job_attachment_settings.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def @job_attachment_settings end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def job_id @job_id end |
#job_run_as_user ⇒ Types::JobRunAsUser
Returns the value of attribute job_run_as_user.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def job_run_as_user @job_run_as_user end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def log_group_name @log_group_name end |
#parameters ⇒ ::Hash[::String, Types::JobParameter]
Returns the value of attribute parameters.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def parameters @parameters end |
#path_mapping_rules ⇒ ::Array[Types::PathMappingRule]
Returns the value of attribute path_mapping_rules.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def path_mapping_rules @path_mapping_rules end |
#queue_role_arn ⇒ ::String
Returns the value of attribute queue_role_arn.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def queue_role_arn @queue_role_arn end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def schema_version @schema_version end |