Class: Aws::ChimeSDKIdentity::Types::DeleteAppInstanceUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arnString

The ARN of the user request being deleted.

Returns:

  • (String)


676
677
678
679
680
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 676

class DeleteAppInstanceUserRequest < Struct.new(
  :app_instance_user_arn)
  SENSITIVE = []
  include Aws::Structure
end