Class: Aws::Types::FindMatchesTaskRunProperties
- Inherits:
-
Object
- Object
- Aws::Types::FindMatchesTaskRunProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
3144 3145 3146 |
# File 'sig/types.rbs', line 3144 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def job_run_id @job_run_id end |