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.
5280 5281 5282 5283 5284 5285 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5280 class GetUserRequest < Struct.new( :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user email address attached to the user.
5280 5281 5282 5283 5284 5285 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5280 class GetUserRequest < Struct.new( :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |