Class: Aws::QBusiness::Types::GetUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application connected to the user.
-
#user_id ⇒ String
The user email address attached to the user.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application connected to the user.
4289 4290 4291 4292 4293 4294 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4289 class GetUserRequest < Struct.new( :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user email address attached to the user.
4289 4290 4291 4292 4293 4294 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4289 class GetUserRequest < Struct.new( :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |