Class: Aws::ChimeSDKIdentity::Types::DeleteAppInstanceBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DeleteAppInstanceBotRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_bot_arn ⇒ String
The ARN of the ‘AppInstanceBot` being deleted.
Instance Attribute Details
#app_instance_bot_arn ⇒ String
The ARN of the ‘AppInstanceBot` being deleted.
652 653 654 655 656 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 652 class DeleteAppInstanceBotRequest < Struct.new( :app_instance_bot_arn) SENSITIVE = [] include Aws::Structure end |