Class: Aws::QBusiness::Types::UpdateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::UpdateUserRequest
- 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 the user is attached to.
-
#user_aliases_to_delete ⇒ Array<Types::UserAlias>
The user aliases attached to the user id that are to be deleted.
-
#user_aliases_to_update ⇒ Array<Types::UserAlias>
The user aliases attached to the user id that are to be updated.
-
#user_id ⇒ String
The email id attached to the user.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application the user is attached to.
7542 7543 7544 7545 7546 7547 7548 7549 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7542 class UpdateUserRequest < Struct.new( :application_id, :user_id, :user_aliases_to_update, :user_aliases_to_delete) SENSITIVE = [] include Aws::Structure end |
#user_aliases_to_delete ⇒ Array<Types::UserAlias>
The user aliases attached to the user id that are to be deleted.
7542 7543 7544 7545 7546 7547 7548 7549 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7542 class UpdateUserRequest < Struct.new( :application_id, :user_id, :user_aliases_to_update, :user_aliases_to_delete) SENSITIVE = [] include Aws::Structure end |
#user_aliases_to_update ⇒ Array<Types::UserAlias>
The user aliases attached to the user id that are to be updated.
7542 7543 7544 7545 7546 7547 7548 7549 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7542 class UpdateUserRequest < Struct.new( :application_id, :user_id, :user_aliases_to_update, :user_aliases_to_delete) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The email id attached to the user.
7542 7543 7544 7545 7546 7547 7548 7549 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7542 class UpdateUserRequest < Struct.new( :application_id, :user_id, :user_aliases_to_update, :user_aliases_to_delete) SENSITIVE = [] include Aws::Structure end |