Class: Aws::Types::PutPipelineDefinitionOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#erroredBoolean

Returns the value of attribute errored.

Returns:



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.

Returns:



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.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def validation_warnings
  @validation_warnings
end