Class: Aws::ChimeSDKIdentity::Types::UpdateAppInstanceBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::UpdateAppInstanceBotResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/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
.
Instance Attribute Details
#app_instance_bot_arn ⇒ String
The ARN of the AppInstanceBot
.
1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 1632 class UpdateAppInstanceBotResponse < Struct.new( :app_instance_bot_arn) SENSITIVE = [] include Aws::Structure end |