Class: Aws::ChimeSDKIdentity::Types::AppInstanceBotSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceBotSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/types.rb
Overview
High-level information about an AppInstanceBot.
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#app_instance_bot_arn ⇒ String
The ARN of the AppInstanceBot.
-
#metadata ⇒ String
The metadata of the AppInstanceBot.
-
#name ⇒ String
The name of the AppInstanceBox.
Instance Attribute Details
#app_instance_bot_arn ⇒ String
The ARN of the AppInstanceBot.
142 143 144 145 146 147 148 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 142 class AppInstanceBotSummary < Struct.new( :app_instance_bot_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the AppInstanceBot.
142 143 144 145 146 147 148 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 142 class AppInstanceBotSummary < Struct.new( :app_instance_bot_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the AppInstanceBox.
142 143 144 145 146 147 148 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 142 class AppInstanceBotSummary < Struct.new( :app_instance_bot_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |