Class: Aws::Types::DescribePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
Instance Attribute Details
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
5026 5027 5028 |
# File 'sig/types.rbs', line 5026 def pipeline_name @pipeline_name end |
#pipeline_version_id ⇒ ::Integer
Returns the value of attribute pipeline_version_id.
5027 5028 5029 |
# File 'sig/types.rbs', line 5027 def pipeline_version_id @pipeline_version_id end |