Class: Aws::Types::CreateSlackChannelConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSlackChannelConfigurationRequest
- 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.
22 23 24 |
# File 'sig/types.rbs', line 22 def channel_id @channel_id end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
23 24 25 |
# File 'sig/types.rbs', line 23 def channel_name @channel_name end |
#channel_role_arn ⇒ ::String
Returns the value of attribute channel_role_arn.
24 25 26 |
# File 'sig/types.rbs', line 24 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.
25 26 27 |
# File 'sig/types.rbs', line 25 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.
26 27 28 |
# File 'sig/types.rbs', line 26 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.
27 28 29 |
# File 'sig/types.rbs', line 27 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.
28 29 30 |
# File 'sig/types.rbs', line 28 def notify_on_resolve_case @notify_on_resolve_case end |
#team_id ⇒ ::String
Returns the value of attribute team_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def team_id @team_id end |