Class: Aws::Wickr::Types::UpdateGuestUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::UpdateGuestUserRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#block ⇒ Boolean
Set to true to block the guest user or false to unblock them.
-
#network_id ⇒ String
The ID of the Wickr network where the guest user's status will be updated.
-
#username_hash ⇒ String
The username hash (unique identifier) of the guest user to update.
Instance Attribute Details
#block ⇒ Boolean
Set to true to block the guest user or false to unblock them.
3303 3304 3305 3306 3307 3308 3309 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3303 class UpdateGuestUserRequest < Struct.new( :network_id, :username_hash, :block) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The ID of the Wickr network where the guest user's status will be updated.
3303 3304 3305 3306 3307 3308 3309 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3303 class UpdateGuestUserRequest < Struct.new( :network_id, :username_hash, :block) SENSITIVE = [] include Aws::Structure end |
#username_hash ⇒ String
The username hash (unique identifier) of the guest user to update.
3303 3304 3305 3306 3307 3308 3309 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3303 class UpdateGuestUserRequest < Struct.new( :network_id, :username_hash, :block) SENSITIVE = [] include Aws::Structure end |