Class: Aws::Types::AssociateTargetsWithJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTargetsWithJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
166 167 168 |
# File 'sig/types.rbs', line 166 def description @description end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def job_id @job_id end |