Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_user ⇒ Types::AppInstanceUser
The name of the ‘AppInstanceUser`.
Instance Attribute Details
#app_instance_user ⇒ Types::AppInstanceUser
The name of the ‘AppInstanceUser`.
829 830 831 832 833 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 829 class DescribeAppInstanceUserResponse < Struct.new( :app_instance_user) SENSITIVE = [] include Aws::Structure end |