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 ⇒ ::String
Returns the value of attribute pipeline_version.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def pipeline_name @pipeline_name end |
#pipeline_version ⇒ ::String
Returns the value of attribute pipeline_version.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def pipeline_version @pipeline_version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def workspace_name @workspace_name end |