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