Class: Aws::WorkMail::Types::CreateUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

The identifier for the new user.

Returns:

  • (String)


731
732
733
734
735
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 731

class CreateUserResponse < Struct.new(
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end