Class: Aws::Types::GetJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJobRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def application_id @application_id end |
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
177 178 179 |
# File 'sig/types.rbs', line 177 def attempt @attempt end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
176 177 178 |
# File 'sig/types.rbs', line 176 def job_run_id @job_run_id end |