Class: Aws::Types::JobEntity
- Inherits:
-
Object
- Object
- Aws::Types::JobEntity
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: EnvironmentDetails, JobAttachmentDetails, JobDetails, StepDetails, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#environment_details ⇒ Types::EnvironmentDetailsEntity
Returns the value of attribute environment_details.
-
#job_attachment_details ⇒ Types::JobAttachmentDetailsEntity
Returns the value of attribute job_attachment_details.
-
#job_details ⇒ Types::JobDetailsEntity
Returns the value of attribute job_details.
-
#step_details ⇒ Types::StepDetailsEntity
Returns the value of attribute step_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#environment_details ⇒ Types::EnvironmentDetailsEntity
Returns the value of attribute environment_details.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def environment_details @environment_details end |
#job_attachment_details ⇒ Types::JobAttachmentDetailsEntity
Returns the value of attribute job_attachment_details.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def @job_attachment_details end |
#job_details ⇒ Types::JobDetailsEntity
Returns the value of attribute job_details.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def job_details @job_details end |
#step_details ⇒ Types::StepDetailsEntity
Returns the value of attribute step_details.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def step_details @step_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def unknown @unknown end |