Class: Aws::QBusiness::Types::CreateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CreateUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application for which the user mapping will be created.
-
#client_token ⇒ String
A token that you provide to identify the request to create your Amazon Q Business user mapping.
-
#user_aliases ⇒ Array<Types::UserAlias>
The list of user aliases in the mapping.
-
#user_id ⇒ String
The user emails attached to a user mapping.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application for which the user mapping will be created.
2137 2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2137 class CreateUserRequest < Struct.new( :application_id, :user_id, :user_aliases, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A token that you provide to identify the request to create your Amazon Q Business user mapping.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2137 2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2137 class CreateUserRequest < Struct.new( :application_id, :user_id, :user_aliases, :client_token) SENSITIVE = [] include Aws::Structure end |
#user_aliases ⇒ Array<Types::UserAlias>
The list of user aliases in the mapping.
2137 2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2137 class CreateUserRequest < Struct.new( :application_id, :user_id, :user_aliases, :client_token) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user emails attached to a user mapping.
2137 2138 2139 2140 2141 2142 2143 2144 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2137 class CreateUserRequest < Struct.new( :application_id, :user_id, :user_aliases, :client_token) SENSITIVE = [] include Aws::Structure end |