Class: Aws::Chime::Types::Bot
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Bot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.
Constant Summary collapse
- SENSITIVE =
[:display_name, :bot_email, :security_token]
Instance Attribute Summary collapse
-
#bot_email ⇒ String
The bot email address.
-
#bot_id ⇒ String
The bot ID.
-
#bot_type ⇒ String
The bot type.
-
#created_timestamp ⇒ Time
The bot creation timestamp, in ISO 8601 format.
-
#disabled ⇒ Boolean
When true, the bot is stopped from running in your account.
-
#display_name ⇒ String
The bot display name.
-
#security_token ⇒ String
The security token used to authenticate Amazon Chime with the outgoing event endpoint.
-
#updated_timestamp ⇒ Time
The updated bot timestamp, in ISO 8601 format.
-
#user_id ⇒ String
The unique ID for the bot user.
Instance Attribute Details
#bot_email ⇒ String
The bot email address.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |
#bot_id ⇒ String
The bot ID.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |
#bot_type ⇒ String
The bot type.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |
#created_timestamp ⇒ Time
The bot creation timestamp, in ISO 8601 format.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |
#disabled ⇒ Boolean
When true, the bot is stopped from running in your account.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |
#display_name ⇒ String
The bot display name.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |
#security_token ⇒ String
The security token used to authenticate Amazon Chime with the outgoing event endpoint.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |
#updated_timestamp ⇒ Time
The updated bot timestamp, in ISO 8601 format.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |
#user_id ⇒ String
The unique ID for the bot user.
990 991 992 993 994 995 996 997 998 999 1000 1001 1002 |
# File 'lib/aws-sdk-chime/types.rb', line 990 class Bot < Struct.new( :bot_id, :user_id, :display_name, :bot_type, :disabled, :created_timestamp, :updated_timestamp, :bot_email, :security_token) SENSITIVE = [:display_name, :bot_email, :security_token] include Aws::Structure end |