Class: Aws::Wickr::Types::BatchUnameSuccessResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchUnameSuccessResponseItem
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Contains information about a username hash that was successfully resolved in a batch uname lookup operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#uname ⇒ String
The username hash that was successfully resolved.
-
#username ⇒ String
The email address or username corresponding to the username hash.
Instance Attribute Details
#uname ⇒ String
The username hash that was successfully resolved.
534 535 536 537 538 539 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 534 class BatchUnameSuccessResponseItem < Struct.new( :uname, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The email address or username corresponding to the username hash.
534 535 536 537 538 539 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 534 class BatchUnameSuccessResponseItem < Struct.new( :uname, :username) SENSITIVE = [] include Aws::Structure end |