Class: Aws::Types::GetJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attribute_names ⇒ ::Array[("QueueInfo")]
Returns the value of attribute additional_attribute_names.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
Instance Attribute Details
#additional_attribute_names ⇒ ::Array[("QueueInfo")]
Returns the value of attribute additional_attribute_names.
197 198 199 |
# File 'sig/types.rbs', line 197 def additional_attribute_names @additional_attribute_names end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def job_arn @job_arn end |