Module: Aws::SupportApp::Client::_UpdateSlackChannelConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSlackChannelConfigurationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel_id ⇒ ::String
- #channel_name ⇒ ::String
- #channel_role_arn ⇒ ::String
- #notify_on_add_correspondence_to_case ⇒ Boolean
- #notify_on_case_severity ⇒ "none", ...
- #notify_on_create_or_reopen_case ⇒ Boolean
- #notify_on_resolve_case ⇒ Boolean
- #team_id ⇒ ::String
Instance Method Details
#channel_id ⇒ ::String
178 |
# File 'sig/client.rbs', line 178
def channel_id: () -> ::String
|
#channel_name ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def channel_name: () -> ::String
|
#channel_role_arn ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def channel_role_arn: () -> ::String
|
#notify_on_add_correspondence_to_case ⇒ Boolean
181 |
# File 'sig/client.rbs', line 181
def notify_on_add_correspondence_to_case: () -> bool
|
#notify_on_case_severity ⇒ "none", ...
182 |
# File 'sig/client.rbs', line 182
def notify_on_case_severity: () -> ("none" | "all" | "high")
|
#notify_on_create_or_reopen_case ⇒ Boolean
183 |
# File 'sig/client.rbs', line 183
def notify_on_create_or_reopen_case: () -> bool
|
#notify_on_resolve_case ⇒ Boolean
184 |
# File 'sig/client.rbs', line 184
def notify_on_resolve_case: () -> bool
|
#team_id ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def team_id: () -> ::String
|