Class: Aws::Chime::Types::CreateAppInstanceUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAppInstanceUserResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/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.
1680 1681 1682 1683 1684 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1680 class CreateAppInstanceUserResponse < Struct.new( :app_instance_user_arn) SENSITIVE = [] include Aws::Structure end |