Class: Aws::Chime::Types::CreateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:email]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#email ⇒ String
The user’s email address.
-
#user_type ⇒ String
The user type.
-
#username ⇒ String
The user name.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
2553 2554 2555 2556 2557 2558 2559 2560 |
# File 'lib/aws-sdk-chime/types.rb', line 2553 class CreateUserRequest < Struct.new( :account_id, :username, :email, :user_type) SENSITIVE = [:email] include Aws::Structure end |
#email ⇒ String
The user’s email address.
2553 2554 2555 2556 2557 2558 2559 2560 |
# File '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_type ⇒ String
The user type.
2553 2554 2555 2556 2557 2558 2559 2560 |
# File 'lib/aws-sdk-chime/types.rb', line 2553 class CreateUserRequest < Struct.new( :account_id, :username, :email, :user_type) SENSITIVE = [:email] include Aws::Structure end |
#username ⇒ String
The user name.
2553 2554 2555 2556 2557 2558 2559 2560 |
# File 'lib/aws-sdk-chime/types.rb', line 2553 class CreateUserRequest < Struct.new( :account_id, :username, :email, :user_type) SENSITIVE = [:email] include Aws::Structure end |