Class: Aws::Types::GetPipelineDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetPipelineDefinitionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def pipeline_id @pipeline_id end |
#version ⇒ ::String
Returns the value of attribute version.
103 104 105 |
# File 'sig/types.rbs', line 103 def version @version end |