Class: Aws::Types::PutPipelineDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::PutPipelineDefinitionInput
- 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_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#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.
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.
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.
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.
212 213 214 |
# File 'sig/types.rbs', line 212 def pipeline_objects @pipeline_objects end |