Class: Aws::Types::ValidatePipelineDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::ValidatePipelineDefinitionInput
- 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.
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.
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.
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.
324 325 326 |
# File 'sig/types.rbs', line 324 def pipeline_objects @pipeline_objects end |