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.
9172 9173 9174 9175 9176 9177 9178 9179 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9172 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.
9172 9173 9174 9175 9176 9177 9178 9179 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9172 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.
9172 9173 9174 9175 9176 9177 9178 9179 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9172 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.
9172 9173 9174 9175 9176 9177 9178 9179 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 9172 class UpdateUserRequest < Struct.new( :application_id, :user_id, :user_aliases_to_update, :user_aliases_to_delete) SENSITIVE = [] include Aws::Structure end |