Class: Aws::Wickr::Types::BlockedGuestUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BlockedGuestUser
- 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
-
#admin ⇒ String
The username of the administrator who blocked this guest user.
-
#modified ⇒ String
The timestamp when the guest user was blocked or last modified.
-
#username ⇒ String
The username of the blocked guest user.
-
#username_hash ⇒ String
The unique username hash identifier for the blocked guest user.
Instance Attribute Details
#admin ⇒ String
The username of the administrator who blocked this guest user.
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 |
#modified ⇒ String
The timestamp when the guest user was blocked or last modified.
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 ⇒ String
The username of the blocked guest user.
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_hash ⇒ String
The unique username hash identifier for the blocked guest user.
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 |