Class: Aws::Types::PutThirdPartyJobSuccessResultInput
- Inherits:
-
Object
- Object
- Aws::Types::PutThirdPartyJobSuccessResultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#current_revision ⇒ Types::CurrentRevision
Returns the value of attribute current_revision.
-
#execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute execution_details.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def client_token @client_token end |
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def continuation_token @continuation_token end |
#current_revision ⇒ Types::CurrentRevision
Returns the value of attribute current_revision.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def current_revision @current_revision end |
#execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute execution_details.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def execution_details @execution_details end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def job_id @job_id end |