Method: Aws::Chatbot::Types::SlackChannelConfiguration#state
- Defined in:
- lib/aws-sdk-chatbot/types.rb
#state ⇒ String
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.
1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/aws-sdk-chatbot/types.rb', line 1785 class SlackChannelConfiguration < Struct.new( :slack_team_name, :slack_team_id, :slack_channel_id, :slack_channel_name, :chat_configuration_arn, :iam_role_arn, :sns_topic_arns, :configuration_name, :logging_level, :guardrail_policy_arns, :user_authorization_required, :tags, :state, :state_reason) SENSITIVE = [:slack_channel_name] include Aws::Structure end |