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