Method: Aws::Chatbot::Types::CreateChimeWebhookConfigurationRequest#logging_level

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

#logging_levelString

Logging levels include ERROR, INFO, or NONE.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
285
286
# File 'lib/aws-sdk-chatbot/types.rb', line 276

class CreateChimeWebhookConfigurationRequest < Struct.new(
  :webhook_description,
  :webhook_url,
  :sns_topic_arns,
  :iam_role_arn,
  :configuration_name,
  :logging_level,
  :tags)
  SENSITIVE = [:webhook_description, :webhook_url]
  include Aws::Structure
end