Class: Aws::QBusiness::Types::UpdateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::UpdateUserRequest
- Defined in:
- gems/aws-sdk-qbusiness/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.
7903 7904 7905 7906 7907 7908 7909 7910 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7903 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.
7903 7904 7905 7906 7907 7908 7909 7910 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7903 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.
7903 7904 7905 7906 7907 7908 7909 7910 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7903 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.
7903 7904 7905 7906 7907 7908 7909 7910 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7903 class UpdateUserRequest < Struct.new( :application_id, :user_id, :user_aliases_to_update, :user_aliases_to_delete) SENSITIVE = [] include Aws::Structure end |