You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::Bot

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bot_emailString

The bot email address.

Returns:

  • (String)

    The bot email address.

#bot_idString

The bot ID.

Returns:

  • (String)

    The bot ID.

#bot_typeString

The bot type.

Possible values:

  • ChatBot

Returns:

  • (String)

    The bot type.

#created_timestampTime

The bot creation timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The bot creation timestamp, in ISO 8601 format.

#disabledBoolean

When true, the bot is stopped from running in your account.

Returns:

  • (Boolean)

    When true, the bot is stopped from running in your account.

#display_nameString

The bot display name.

Returns:

  • (String)

    The bot display name.

#security_tokenString

The security token used to authenticate Amazon Chime with the outgoing event endpoint.

Returns:

  • (String)

    The security token used to authenticate Amazon Chime with the outgoing event endpoint.

#updated_timestampTime

The updated bot timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The updated bot timestamp, in ISO 8601 format.

#user_idString

The unique ID for the bot user.

Returns:

  • (String)

    The unique ID for the bot user.