Class: Aws::Wickr::Types::BatchLookupUserUnameRequest

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

#client_tokenString

A unique identifier for this request to ensure idempotency.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


299
300
301
302
303
304
305
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 299

class BatchLookupUserUnameRequest < Struct.new(
  :network_id,
  :unames,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The ID of the Wickr network where the users will be looked up.

Returns:

  • (String)


299
300
301
302
303
304
305
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 299

class BatchLookupUserUnameRequest < Struct.new(
  :network_id,
  :unames,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#unamesArray<String>

A list of username hashes (unames) to look up. Each uname is a unique identifier for a user's username. Maximum 50 unames per batch request.

Returns:

  • (Array<String>)


299
300
301
302
303
304
305
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 299

class BatchLookupUserUnameRequest < Struct.new(
  :network_id,
  :unames,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end