Class: Aws::Types::JobEntityIdentifiersUnion
- Inherits:
-
Object
- Object
- Aws::Types::JobEntityIdentifiersUnion
- 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::EnvironmentDetailsIdentifiers
Returns the value of attribute environment_details.
-
#job_attachment_details ⇒ Types::JobAttachmentDetailsIdentifiers
Returns the value of attribute job_attachment_details.
-
#job_details ⇒ Types::JobDetailsIdentifiers
Returns the value of attribute job_details.
-
#step_details ⇒ Types::StepDetailsIdentifiers
Returns the value of attribute step_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#environment_details ⇒ Types::EnvironmentDetailsIdentifiers
Returns the value of attribute environment_details.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def environment_details @environment_details end |
#job_attachment_details ⇒ Types::JobAttachmentDetailsIdentifiers
Returns the value of attribute job_attachment_details.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def @job_attachment_details end |
#job_details ⇒ Types::JobDetailsIdentifiers
Returns the value of attribute job_details.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def job_details @job_details end |
#step_details ⇒ Types::StepDetailsIdentifiers
Returns the value of attribute step_details.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def step_details @step_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def unknown @unknown end |