Class: Aws::Types::DeletePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def pipeline_name @pipeline_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def workspace_name @workspace_name end |