Class: Aws::Wickr::Types::BatchLookupUserUnameResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchLookupUserUnameResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchUnameErrorResponseItem>
A list of username hash lookup attempts that failed, including error details explaining why each lookup failed.
-
#message ⇒ String
A message indicating the overall result of the batch lookup operation.
-
#successful ⇒ Array<Types::BatchUnameSuccessResponseItem>
A list of successfully resolved username hashes with their corresponding email addresses.
Instance Attribute Details
#failed ⇒ Array<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 |
#message ⇒ String
A message indicating the overall result of the batch lookup operation.
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 |
#successful ⇒ Array<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 |