Class: Aws::Types::GetJobEntityError
- Inherits:
-
Object
- Object
- Aws::Types::GetJobEntityError
- 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::EnvironmentDetailsError
Returns the value of attribute environment_details.
-
#job_attachment_details ⇒ Types::JobAttachmentDetailsError
Returns the value of attribute job_attachment_details.
-
#job_details ⇒ Types::JobDetailsError
Returns the value of attribute job_details.
-
#step_details ⇒ Types::StepDetailsError
Returns the value of attribute step_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#environment_details ⇒ Types::EnvironmentDetailsError
Returns the value of attribute environment_details.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def environment_details @environment_details end |
#job_attachment_details ⇒ Types::JobAttachmentDetailsError
Returns the value of attribute job_attachment_details.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def @job_attachment_details end |
#job_details ⇒ Types::JobDetailsError
Returns the value of attribute job_details.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def job_details @job_details end |
#step_details ⇒ Types::StepDetailsError
Returns the value of attribute step_details.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def step_details @step_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def unknown @unknown end |