Class: Aws::Chime::Types::DeleteAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteAppInstanceUserRequest
- 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 user request being deleted.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the user request being deleted.
2752 2753 2754 2755 2756 |
# File 'lib/aws-sdk-chime/types.rb', line 2752 class DeleteAppInstanceUserRequest < Struct.new( :app_instance_user_arn) SENSITIVE = [] include Aws::Structure end |