Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceUserResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/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 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 829 class DescribeAppInstanceUserResponse < Struct.new( :app_instance_user) SENSITIVE = [] include Aws::Structure end |