Class: Aws::Types::ValidatePipelineDefinitionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_objects::Array[Types::ParameterObject]

Returns the value of attribute parameter_objects.

Returns:



325
326
327
# File 'sig/types.rbs', line 325

def parameter_objects
  @parameter_objects
end

#parameter_values::Array[Types::ParameterValue]

Returns the value of attribute parameter_values.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def parameter_values
  @parameter_values
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def pipeline_id
  @pipeline_id
end

#pipeline_objects::Array[Types::PipelineObject]

Returns the value of attribute pipeline_objects.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def pipeline_objects
  @pipeline_objects
end