Class: Aws::Types::BatchUnsuspendUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUnsuspendUserRequest
- 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.
101 102 103 |
# File 'sig/types.rbs', line 101 def account_id @account_id end |
#user_id_list ⇒ ::Array[::String]
Returns the value of attribute user_id_list.
102 103 104 |
# File 'sig/types.rbs', line 102 def user_id_list @user_id_list end |