Class: Aws::Types::GetPipelineDefinitionOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPipelineDefinitionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_objects ⇒ ::Array[Types::ParameterObject]
Returns the value of attribute parameter_objects.
-
#parameter_values ⇒ ::Array[Types::ParameterValue]
Returns the value of attribute parameter_values.
-
#pipeline_objects ⇒ ::Array[Types::PipelineObject]
Returns the value of attribute pipeline_objects.
Instance Attribute Details
#parameter_objects ⇒ ::Array[Types::ParameterObject]
Returns the value of attribute parameter_objects.
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.
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.
108 109 110 |
# File 'sig/types.rbs', line 108 def pipeline_objects @pipeline_objects end |