Class: Aws::Types::PutPipelineDefinitionOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutPipelineDefinitionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errored ⇒ Boolean
Returns the value of attribute errored.
-
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
-
#validation_warnings ⇒ ::Array[Types::ValidationWarning]
Returns the value of attribute validation_warnings.
Instance Attribute Details
#errored ⇒ Boolean
Returns the value of attribute errored.
221 222 223 |
# File 'sig/types.rbs', line 221 def errored @errored end |
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
219 220 221 |
# File 'sig/types.rbs', line 219 def validation_errors @validation_errors end |
#validation_warnings ⇒ ::Array[Types::ValidationWarning]
Returns the value of attribute validation_warnings.
220 221 222 |
# File 'sig/types.rbs', line 220 def validation_warnings @validation_warnings end |