Class: Aws::Types::PutJobSuccessResultInput
- Inherits:
-
Object
- Object
- Aws::Types::PutJobSuccessResultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#output_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute output_variables.
Instance Attribute Details
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def continuation_token @continuation_token end |
#current_revision ⇒ Types::CurrentRevision
Returns the value of attribute current_revision.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def current_revision @current_revision end |
#execution_details ⇒ Types::ExecutionDetails
Returns the value of attribute execution_details.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def execution_details @execution_details end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def job_id @job_id end |
#output_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute output_variables.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def output_variables @output_variables end |