Class: Aws::Types::BatchUpdateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


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

def 
  @account_id
end

#update_user_request_items::Array[Types::UpdateUserRequestItem]

Returns the value of attribute update_user_request_items.

Returns:



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

def update_user_request_items
  @update_user_request_items
end