Class: Aws::Wickr::Types::BatchUnameSuccessResponseItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#unameString

The username hash that was successfully resolved.

Returns:

  • (String)


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

#usernameString

The email address or username corresponding to the username hash.

Returns:

  • (String)


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