Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceBotResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/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 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 748 class DescribeAppInstanceBotResponse < Struct.new( :app_instance_bot) SENSITIVE = [] include Aws::Structure end |