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.
1973 1974 1975 1976 1977 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1973 class CreateAppInstanceUserResponse < Struct.new( :app_instance_user_arn) SENSITIVE = [] include Aws::Structure end |