Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceBotRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceBotRequest
- 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`.
Instance Attribute Details
#app_instance_bot_arn ⇒ String
The ARN of the ‘AppInstanceBot`.
736 737 738 739 740 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 736 class DescribeAppInstanceBotRequest < Struct.new( :app_instance_bot_arn) SENSITIVE = [] include Aws::Structure end |