Class: Aws::AlexaForBusiness::Types::DeleteUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enrollment_id ⇒ String
The ARN of the user’s enrollment in the organization.
-
#user_arn ⇒ String
The ARN of the user to delete in the organization.
Instance Attribute Details
#enrollment_id ⇒ String
The ARN of the user’s enrollment in the organization. Required.
1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1574 class DeleteUserRequest < Struct.new( :user_arn, :enrollment_id) SENSITIVE = [] include Aws::Structure end |
#user_arn ⇒ String
The ARN of the user to delete in the organization. Required.
1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1574 class DeleteUserRequest < Struct.new( :user_arn, :enrollment_id) SENSITIVE = [] include Aws::Structure end |