Class: Aws::ChimeSDKIdentity::Types::AppInstanceBot
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceBot
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
An Amazon Lex V2 chat bot created under an AppInstance
.
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#app_instance_bot_arn ⇒ String
The ARN of the AppInstanceBot.
-
#configuration ⇒ Types::Configuration
The data processing instructions for an AppInstanceBot.
-
#created_timestamp ⇒ Time
The time at which the
AppInstanceBot
was created. -
#last_updated_timestamp ⇒ Time
The time at which the
AppInstanceBot
was last updated. -
#metadata ⇒ String
The metadata for an AppInstanceBot.
-
#name ⇒ String
The name of the AppInstanceBot.
Instance Attribute Details
#app_instance_bot_arn ⇒ String
The ARN of the AppInstanceBot.
115 116 117 118 119 120 121 122 123 124 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 115 class AppInstanceBot < Struct.new( :app_instance_bot_arn, :name, :configuration, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#configuration ⇒ Types::Configuration
The data processing instructions for an AppInstanceBot.
115 116 117 118 119 120 121 122 123 124 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 115 class AppInstanceBot < Struct.new( :app_instance_bot_arn, :name, :configuration, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the AppInstanceBot
was created.
115 116 117 118 119 120 121 122 123 124 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 115 class AppInstanceBot < Struct.new( :app_instance_bot_arn, :name, :configuration, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time at which the AppInstanceBot
was last updated.
115 116 117 118 119 120 121 122 123 124 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 115 class AppInstanceBot < Struct.new( :app_instance_bot_arn, :name, :configuration, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata for an AppInstanceBot.
115 116 117 118 119 120 121 122 123 124 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 115 class AppInstanceBot < Struct.new( :app_instance_bot_arn, :name, :configuration, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the AppInstanceBot.
115 116 117 118 119 120 121 122 123 124 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 115 class AppInstanceBot < Struct.new( :app_instance_bot_arn, :name, :configuration, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |