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.
513 514 515 |
# File 'sig/types.rbs', line 513 def error @error end |
#record ⇒ Types::Record
Returns the value of attribute record.
512 513 514 |
# File 'sig/types.rbs', line 512 def record @record end |