Class: Aws::Chime::Types::UpdateAppInstanceUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateAppInstanceUserResponse
- 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 ARN of the
AppInstanceUser
.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the AppInstanceUser
.
8309 8310 8311 8312 8313 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8309 class UpdateAppInstanceUserResponse < Struct.new( :app_instance_user_arn) SENSITIVE = [] include Aws::Structure end |