Class: Aws::AlexaForBusiness::Types::DeleteUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enrollment_idString

The ARN of the user's enrollment in the organization. Required.

Returns:

  • (String)


1574
1575
1576
1577
1578
1579
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1574

class DeleteUserRequest < Struct.new(
  :user_arn,
  :enrollment_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_arnString

The ARN of the user to delete in the organization. Required.

Returns:

  • (String)


1574
1575
1576
1577
1578
1579
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1574

class DeleteUserRequest < Struct.new(
  :user_arn,
  :enrollment_id)
  SENSITIVE = []
  include Aws::Structure
end