Class: Aws::Types::BatchUpdateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#update_user_request_items ⇒ ::Array[Types::UpdateUserRequestItem]
Returns the value of attribute update_user_request_items.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
122 123 124 |
# File 'sig/types.rbs', line 122 def account_id @account_id end |
#update_user_request_items ⇒ ::Array[Types::UpdateUserRequestItem]
Returns the value of attribute update_user_request_items.
123 124 125 |
# File 'sig/types.rbs', line 123 def update_user_request_items @update_user_request_items end |