Class: Aws::Wickr::Types::BlockedGuestUser

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

Overview

Represents a guest user who has been blocked from accessing a Wickr network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#adminString

The username of the administrator who blocked this guest user.

Returns:

  • (String)


602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 602

class BlockedGuestUser < Struct.new(
  :username,
  :admin,
  :modified,
  :username_hash)
  SENSITIVE = []
  include Aws::Structure
end

#modifiedString

The timestamp when the guest user was blocked or last modified.

Returns:

  • (String)


602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 602

class BlockedGuestUser < Struct.new(
  :username,
  :admin,
  :modified,
  :username_hash)
  SENSITIVE = []
  include Aws::Structure
end

#usernameString

The username of the blocked guest user.

Returns:

  • (String)


602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 602

class BlockedGuestUser < Struct.new(
  :username,
  :admin,
  :modified,
  :username_hash)
  SENSITIVE = []
  include Aws::Structure
end

#username_hashString

The unique username hash identifier for the blocked guest user.

Returns:

  • (String)


602
603
604
605
606
607
608
609
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 602

class BlockedGuestUser < Struct.new(
  :username,
  :admin,
  :modified,
  :username_hash)
  SENSITIVE = []
  include Aws::Structure
end