Class: Aws::Types::BatchUpdateTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#tasks ⇒ ::Array[Types::BatchUpdateTaskItem]
Returns the value of attribute tasks.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
600 601 602 |
# File 'sig/types.rbs', line 600 def client_token @client_token end |
#tasks ⇒ ::Array[Types::BatchUpdateTaskItem]
Returns the value of attribute tasks.
601 602 603 |
# File 'sig/types.rbs', line 601 def tasks @tasks end |