Class: Aws::Chime::Types::UpdateAppInstanceUserResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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)


8309
8310
8311
8312
8313
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8309

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