Class: Aws::Types::ValidatePipelineDefinitionOutput
- Inherits:
-
Object
- Object
- Aws::Types::ValidatePipelineDefinitionOutput
- 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.
333 334 335 |
# File 'sig/types.rbs', line 333 def errored @errored end |
#validation_errors ⇒ ::Array[Types::ValidationError]
Returns the value of attribute validation_errors.
331 332 333 |
# File 'sig/types.rbs', line 331 def validation_errors @validation_errors end |
#validation_warnings ⇒ ::Array[Types::ValidationWarning]
Returns the value of attribute validation_warnings.
332 333 334 |
# File 'sig/types.rbs', line 332 def validation_warnings @validation_warnings end |