Class: Aws::Wickr::Types::UpdateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::UpdateUserResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:first_name, :last_name]
Instance Attribute Summary collapse
-
#code_validation ⇒ Boolean
Indicates whether the user can be verified through a custom invite code.
-
#first_name ⇒ String
The updated first name of the user.
-
#invite_code ⇒ String
The updated invite code for the user, if applicable.
-
#invite_expiration ⇒ Integer
The expiration time of the user's invite code, specified in epoch seconds.
-
#last_name ⇒ String
The updated last name of the user.
-
#middle_name ⇒ String
The middle name of the user (currently not used).
-
#modified ⇒ Integer
The timestamp when the user was last modified, specified in epoch seconds.
-
#network_id ⇒ String
The ID of the network where the user was updated.
-
#security_group_ids ⇒ Array<String>
The list of security group IDs to which the user now belongs after the update.
-
#status ⇒ Integer
The user's status after the update.
-
#suspended ⇒ Boolean
Indicates whether the user is suspended after the update.
-
#user_id ⇒ String
The unique identifier of the updated user.
Instance Attribute Details
#code_validation ⇒ Boolean
Indicates whether the user can be verified through a custom invite code.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#first_name ⇒ String
The updated first name of the user.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#invite_code ⇒ String
The updated invite code for the user, if applicable.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#invite_expiration ⇒ Integer
The expiration time of the user's invite code, specified in epoch seconds.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#last_name ⇒ String
The updated last name of the user.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#middle_name ⇒ String
The middle name of the user (currently not used).
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#modified ⇒ Integer
The timestamp when the user was last modified, specified in epoch seconds.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#network_id ⇒ String
The ID of the network where the user was updated.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
The list of security group IDs to which the user now belongs after the update.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#status ⇒ Integer
The user's status after the update.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#suspended ⇒ Boolean
Indicates whether the user is suspended after the update.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |
#user_id ⇒ String
The unique identifier of the updated user.
3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3570 class UpdateUserResponse < Struct.new( :user_id, :network_id, :security_group_ids, :first_name, :last_name, :middle_name, :suspended, :modified, :status, :invite_code, :invite_expiration, :code_validation) SENSITIVE = [:first_name, :last_name] include Aws::Structure end |