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.
10815 10816 10817 |
# File 'sig/types.rbs', line 10815 def callback_token @callback_token end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
10817 10818 10819 |
# File 'sig/types.rbs', line 10817 def client_request_token @client_request_token end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
10816 10817 10818 |
# File 'sig/types.rbs', line 10816 def failure_reason @failure_reason end |