Class: Aws::Types::CreateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def client_request_token
  @client_request_token
end

#collection_id::String

Returns the value of attribute collection_id.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def collection_id
  @collection_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def user_id
  @user_id
end