Class: Aws::Types::UpdateServiceJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServiceJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
Instance Attribute Details
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def job_name @job_name end |