Method: Aws::Chatbot::Types::ChimeWebhookConfiguration#state

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

#stateString

Either ENABLED or DISABLED. The resource returns DISABLED if the organization’s AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.

Returns:

  • (String)


140
141
142
143
144
145
146
147
148
149
150
151
152
# File 'lib/aws-sdk-chatbot/types.rb', line 140

class ChimeWebhookConfiguration < Struct.new(
  :webhook_description,
  :chat_configuration_arn,
  :iam_role_arn,
  :sns_topic_arns,
  :configuration_name,
  :logging_level,
  :tags,
  :state,
  :state_reason)
  SENSITIVE = [:webhook_description]
  include Aws::Structure
end