Class: Aws::Wickr::Types::UpdateGuestUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blockBoolean

Set to true to block the guest user or false to unblock them.

Returns:

  • (Boolean)


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_idString

The ID of the Wickr network where the guest user's status will be updated.

Returns:

  • (String)


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_hashString

The username hash (unique identifier) of the guest user to update.

Returns:

  • (String)


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