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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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

Instance Attribute Details

#bot_emailString

The bot email address.

Returns:

  • (String)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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_idString

The bot ID.

Returns:

  • (String)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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_typeString

The bot type.

Returns:

  • (String)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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_timestampTime

The bot creation timestamp, in ISO 8601 format.

Returns:

  • (Time)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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

#disabledBoolean

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

Returns:

  • (Boolean)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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_nameString

The bot display name.

Returns:

  • (String)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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_tokenString

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

Returns:

  • (String)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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_timestampTime

The updated bot timestamp, in ISO 8601 format.

Returns:

  • (Time)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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_idString

The unique ID for the bot user.

Returns:

  • (String)


990
991
992
993
994
995
996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-chime/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