Class: Aws::Types::BatchSuspendUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchSuspendUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#user_id_list ⇒ ::Array[::String]
Returns the value of attribute user_id_list.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def account_id @account_id end |
#user_id_list ⇒ ::Array[::String]
Returns the value of attribute user_id_list.
91 92 93 |
# File 'sig/types.rbs', line 91 def user_id_list @user_id_list end |