Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceUserEndpointResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1712
1713
1714
1715
1716
1717
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1712

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

#endpoint_idString

The unique identifier of the ‘AppInstanceUserEndpoint`.

Returns:

  • (String)


1712
1713
1714
1715
1716
1717
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1712

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