Class: Aws::Chime::Types::BatchSuspendUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


838
839
840
841
842
843
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 838

class BatchSuspendUserRequest < Struct.new(
  :account_id,
  :user_id_list)
  SENSITIVE = []
  include Aws::Structure
end

#user_id_listArray<String>

The request containing the user IDs to suspend.

Returns:

  • (Array<String>)


838
839
840
841
842
843
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 838

class BatchSuspendUserRequest < Struct.new(
  :account_id,
  :user_id_list)
  SENSITIVE = []
  include Aws::Structure
end