Class: Aws::Types::BatchToggleUserSuspendStatusRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



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.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def network_id
  @network_id
end

#suspendBoolean

Returns the value of attribute suspend.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def suspend
  @suspend
end

#user_ids::Array[::String]

Returns the value of attribute user_ids.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def user_ids
  @user_ids
end