Class: Aws::Types::JobRunDetails
- Inherits:
-
Object
- Object
- Aws::Types::JobRunDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: LineageRunDetails, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lineage_run_details ⇒ Types::LineageRunDetails
Returns the value of attribute lineage_run_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#lineage_run_details ⇒ Types::LineageRunDetails
Returns the value of attribute lineage_run_details.
3656 3657 3658 |
# File 'sig/types.rbs', line 3656 def lineage_run_details @lineage_run_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3657 3658 3659 |
# File 'sig/types.rbs', line 3657 def unknown @unknown end |