Class: Aws::Types::AssociateTargetsWithJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateTargetsWithJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
158 159 160 |
# File 'sig/types.rbs', line 158 def comment @comment end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def job_id @job_id end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def namespace_id @namespace_id end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
156 157 158 |
# File 'sig/types.rbs', line 156 def targets @targets end |