Class: Aws::Types::ArtifactDetails
- Inherits:
-
Object
- Object
- Aws::Types::ArtifactDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#output_location ⇒ ::String
Returns the value of attribute output_location.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
30 31 32 |
# File 'sig/types.rbs', line 30 def failure_reason @failure_reason end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
28 29 30 |
# File 'sig/types.rbs', line 28 def output_location @output_location end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
29 30 31 |
# File 'sig/types.rbs', line 29 def status @status end |