Class: Aws::ChimeSDKIdentity::Types::CreateAppInstanceUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::CreateAppInstanceUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The user’s ARN.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The user’s ARN.
623 624 625 626 627 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 623 class CreateAppInstanceUserResponse < Struct.new( :app_instance_user_arn) SENSITIVE = [] include Aws::Structure end |