Class: Aws::Types::PutPipelineDefinitionInput

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:



213
214
215
# File 'sig/types.rbs', line 213

def parameter_objects
  @parameter_objects
end

#parameter_values::Array[Types::ParameterValue]

Returns the value of attribute parameter_values.

Returns:



214
215
216
# File 'sig/types.rbs', line 214

def parameter_values
  @parameter_values
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def pipeline_id
  @pipeline_id
end

#pipeline_objects::Array[Types::PipelineObject]

Returns the value of attribute pipeline_objects.

Returns:



212
213
214
# File 'sig/types.rbs', line 212

def pipeline_objects
  @pipeline_objects
end