Class: Aws::Types::BatchCreateUserRequest

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:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def client_token
  @client_token
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def network_id
  @network_id
end

#users::Array[Types::BatchCreateUserRequestItem]

Returns the value of attribute users.

Returns:



28
29
30
# File 'sig/types.rbs', line 28

def users
  @users
end