Class: Aws::Wickr::Types::BatchLookupUserUnameResponse

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

#failedArray<Types::BatchUnameErrorResponseItem>

A list of username hash lookup attempts that failed, including error details explaining why each lookup failed.



324
325
326
327
328
329
330
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 324

class BatchLookupUserUnameResponse < Struct.new(
  :message,
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message indicating the overall result of the batch lookup operation.

Returns:

  • (String)


324
325
326
327
328
329
330
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 324

class BatchLookupUserUnameResponse < Struct.new(
  :message,
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#successfulArray<Types::BatchUnameSuccessResponseItem>

A list of successfully resolved username hashes with their corresponding email addresses.



324
325
326
327
328
329
330
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 324

class BatchLookupUserUnameResponse < Struct.new(
  :message,
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end