Class: Aws::Types::GetPipelineDefinitionOutput

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:



109
110
111
# File 'sig/types.rbs', line 109

def parameter_objects
  @parameter_objects
end

#parameter_values::Array[Types::ParameterValue]

Returns the value of attribute parameter_values.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def parameter_values
  @parameter_values
end

#pipeline_objects::Array[Types::PipelineObject]

Returns the value of attribute pipeline_objects.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def pipeline_objects
  @pipeline_objects
end