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.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def pipeline_name @pipeline_name end |
#pipeline_version ⇒ ::String
Returns the value of attribute pipeline_version.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def pipeline_version @pipeline_version end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def workspace_name @workspace_name end |