Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceUserResponse

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)


1747
1748
1749
1750
1751
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 1747

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