Class: Aws::Types::SlackChannelConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_id ⇒ ::String

Returns the value of attribute channel_id.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def channel_id
  @channel_id
end

#channel_name ⇒ ::String

Returns the value of attribute channel_name.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def channel_name
  @channel_name
end

#channel_role_arn ⇒ ::String

Returns the value of attribute channel_role_arn.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

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.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

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.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

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.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

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.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def notify_on_resolve_case
  @notify_on_resolve_case
end

#team_id ⇒ ::String

Returns the value of attribute team_id.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def team_id
  @team_id
end