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.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def client_request_token @client_request_token end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def pipeline_name @pipeline_name end |