Class: Aws::Types::SubmitServiceJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::SubmitServiceJobResponse
- 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.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def job_name @job_name end |