Class: Aws::Types::PipelineOutput
- Inherits:
-
Object
- Object
- Aws::Types::PipelineOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::PipelineOutputError
Returns the value of attribute error.
-
#record ⇒ Types::Record
Returns the value of attribute record.
Instance Attribute Details
#error ⇒ Types::PipelineOutputError
Returns the value of attribute error.
508 509 510 |
# File 'sig/types.rbs', line 508 def error @error end |
#record ⇒ Types::Record
Returns the value of attribute record.
507 508 509 |
# File 'sig/types.rbs', line 507 def record @record end |