Class: Aws::Wickr::Types::BatchLookupUserUnameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchLookupUserUnameRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier for this request to ensure idempotency.
-
#network_id ⇒ String
The ID of the Wickr network where the users will be looked up.
-
#unames ⇒ Array<String>
A list of username hashes (unames) to look up.
Instance Attribute Details
#client_token ⇒ String
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.
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_id ⇒ String
The ID of the Wickr network where the users will be looked up.
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 |
#unames ⇒ Array<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.
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 |