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