Class: Aws::Types::PutThirdPartyJobFailureResultInput
- Inherits:
-
Object
- Object
- Aws::Types::PutThirdPartyJobFailureResultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def client_token @client_token end |
#failure_details ⇒ Types::FailureDetails
Returns the value of attribute failure_details.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def failure_details @failure_details end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def job_id @job_id end |