Class: Aws::ChimeSDKIdentity::Types::DeleteAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DeleteAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the user request being deleted.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the user request being deleted.
676 677 678 679 680 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 676 class DeleteAppInstanceUserRequest < Struct.new( :app_instance_user_arn) SENSITIVE = [] include Aws::Structure end |