Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceBotResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_bot ⇒ Types::AppInstanceBot
The detials of the ‘AppInstanceBot`.
Instance Attribute Details
#app_instance_bot ⇒ Types::AppInstanceBot
The detials of the ‘AppInstanceBot`.
748 749 750 751 752 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 748 class DescribeAppInstanceBotResponse < Struct.new( :app_instance_bot) SENSITIVE = [] include Aws::Structure end |