Class: Aws::Wickr::Types::UpdateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::UpdateUserRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_id ⇒ String
The ID of the Wickr network containing the user to update.
-
#user_details ⇒ Types::UpdateUserDetails
An object containing the user details to be updated, such as name, password, security groups, and invite code settings.
-
#user_id ⇒ String
The unique identifier of the user to update.
Instance Attribute Details
#network_id ⇒ String
The ID of the Wickr network containing the user to update.
3508 3509 3510 3511 3512 3513 3514 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3508 class UpdateUserRequest < Struct.new( :network_id, :user_id, :user_details) SENSITIVE = [] include Aws::Structure end |
#user_details ⇒ Types::UpdateUserDetails
An object containing the user details to be updated, such as name, password, security groups, and invite code settings.
3508 3509 3510 3511 3512 3513 3514 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3508 class UpdateUserRequest < Struct.new( :network_id, :user_id, :user_details) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The unique identifier of the user to update.
3508 3509 3510 3511 3512 3513 3514 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3508 class UpdateUserRequest < Struct.new( :network_id, :user_id, :user_details) SENSITIVE = [] include Aws::Structure end |