Class: Aws::ChimeSDKIdentity::Types::DeregisterAppInstanceUserEndpointRequest

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 AppInstanceUser.

Returns:

  • (String)


692
693
694
695
696
697
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 692

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

#endpoint_idString

The unique identifier of the AppInstanceUserEndpoint.

Returns:

  • (String)


692
693
694
695
696
697
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 692

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