Class: Aws::Chime::Types::CreateUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:email]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


2553
2554
2555
2556
2557
2558
2559
2560
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2553

class CreateUserRequest < Struct.new(
  :account_id,
  :username,
  :email,
  :user_type)
  SENSITIVE = [:email]
  include Aws::Structure
end

#emailString

The user's email address.

Returns:

  • (String)


2553
2554
2555
2556
2557
2558
2559
2560
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2553

class CreateUserRequest < Struct.new(
  :account_id,
  :username,
  :email,
  :user_type)
  SENSITIVE = [:email]
  include Aws::Structure
end

#user_typeString

The user type.

Returns:

  • (String)


2553
2554
2555
2556
2557
2558
2559
2560
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2553

class CreateUserRequest < Struct.new(
  :account_id,
  :username,
  :email,
  :user_type)
  SENSITIVE = [:email]
  include Aws::Structure
end

#usernameString

The user name.

Returns:

  • (String)


2553
2554
2555
2556
2557
2558
2559
2560
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2553

class CreateUserRequest < Struct.new(
  :account_id,
  :username,
  :email,
  :user_type)
  SENSITIVE = [:email]
  include Aws::Structure
end