Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserResponse

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_userTypes::AppInstanceUser

The name of the AppInstanceUser.



829
830
831
832
833
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 829

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