Method: Aws::Chime::Types::RegenerateSecurityTokenRequest#bot_id

Defined in:
lib/aws-sdk-chime/types.rb

#bot_idString

The bot ID.

Returns:

  • (String)


7234
7235
7236
7237
7238
7239
# File 'lib/aws-sdk-chime/types.rb', line 7234

class RegenerateSecurityTokenRequest < Struct.new(
  :account_id,
  :bot_id)
  SENSITIVE = []
  include Aws::Structure
end