Class: Aws::Types::BatchToggleUserSuspendStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchToggleUserSuspendStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#suspend ⇒ Boolean
Returns the value of attribute suspend.
-
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
124 125 126 |
# File 'sig/types.rbs', line 124 def client_token @client_token end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
121 122 123 |
# File 'sig/types.rbs', line 121 def network_id @network_id end |
#suspend ⇒ Boolean
Returns the value of attribute suspend.
122 123 124 |
# File 'sig/types.rbs', line 122 def suspend @suspend end |
#user_ids ⇒ ::Array[::String]
Returns the value of attribute user_ids.
123 124 125 |
# File 'sig/types.rbs', line 123 def user_ids @user_ids end |