Class: Aws::QBusiness::Types::DeleteUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteUserRequest
- 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 from which the user is being deleted.
-
#user_id ⇒ String
The user email being deleted.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application from which the user is being deleted.
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2832 class DeleteUserRequest < Struct.new( :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user email being deleted.
2832 2833 2834 2835 2836 2837 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2832 class DeleteUserRequest < Struct.new( :application_id, :user_id) SENSITIVE = [] include Aws::Structure end |