Class: Aws::Types::UpdateSlackChannelConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSlackChannelConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#channel_role_arn ⇒ ::String
Returns the value of attribute channel_role_arn.
-
#notify_on_add_correspondence_to_case ⇒ Boolean
Returns the value of attribute notify_on_add_correspondence_to_case.
-
#notify_on_case_severity ⇒ "none", ...
Returns the value of attribute notify_on_case_severity.
-
#notify_on_create_or_reopen_case ⇒ Boolean
Returns the value of attribute notify_on_create_or_reopen_case.
-
#notify_on_resolve_case ⇒ Boolean
Returns the value of attribute notify_on_resolve_case.
-
#team_id ⇒ ::String
Returns the value of attribute team_id.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
145 146 147 |
# File 'sig/types.rbs', line 145 def channel_name @channel_name end |
#channel_role_arn ⇒ ::String
Returns the value of attribute channel_role_arn.
146 147 148 |
# File 'sig/types.rbs', line 146 def channel_role_arn @channel_role_arn end |
#notify_on_add_correspondence_to_case ⇒ Boolean
Returns the value of attribute notify_on_add_correspondence_to_case.
147 148 149 |
# File 'sig/types.rbs', line 147 def notify_on_add_correspondence_to_case @notify_on_add_correspondence_to_case end |
#notify_on_case_severity ⇒ "none", ...
Returns the value of attribute notify_on_case_severity.
148 149 150 |
# File 'sig/types.rbs', line 148 def notify_on_case_severity @notify_on_case_severity end |
#notify_on_create_or_reopen_case ⇒ Boolean
Returns the value of attribute notify_on_create_or_reopen_case.
149 150 151 |
# File 'sig/types.rbs', line 149 def notify_on_create_or_reopen_case @notify_on_create_or_reopen_case end |
#notify_on_resolve_case ⇒ Boolean
Returns the value of attribute notify_on_resolve_case.
150 151 152 |
# File 'sig/types.rbs', line 150 def notify_on_resolve_case @notify_on_resolve_case end |
#team_id ⇒ ::String
Returns the value of attribute team_id.
151 152 153 |
# File 'sig/types.rbs', line 151 def team_id @team_id end |