Class: Aws::Chime::Types::DescribeAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeAppInstanceUserRequest
- 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
.
3177 3178 3179 3180 3181 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3177 class DescribeAppInstanceUserRequest < Struct.new( :app_instance_user_arn) SENSITIVE = [] include Aws::Structure end |