Class: Aws::Types::BatchUpdateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#jobs ⇒ ::Array[Types::BatchUpdateJobItem]
Returns the value of attribute jobs.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
568 569 570 |
# File 'sig/types.rbs', line 568 def client_token @client_token end |
#jobs ⇒ ::Array[Types::BatchUpdateJobItem]
Returns the value of attribute jobs.
569 570 571 |
# File 'sig/types.rbs', line 569 def jobs @jobs end |