Class: Aws::Types::SendPipelineExecutionStepFailureRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendPipelineExecutionStepFailureRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#callback_token ⇒ ::String
Returns the value of attribute callback_token.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
Instance Attribute Details
#callback_token ⇒ ::String
Returns the value of attribute callback_token.
10837 10838 10839 |
# File 'sig/types.rbs', line 10837 def callback_token @callback_token end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
10839 10840 10841 |
# File 'sig/types.rbs', line 10839 def client_request_token @client_request_token end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
10838 10839 10840 |
# File 'sig/types.rbs', line 10838 def failure_reason @failure_reason end |