Class: Aws::Types::UpdateSlackChannelConfigurationResult

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:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def channel_id
  @channel_id
end

#channel_name ⇒ ::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def channel_name
  @channel_name
end

#channel_role_arn ⇒ ::String

Returns the value of attribute channel_role_arn.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

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:

  • (Boolean)


159
160
161
# File 'sig/types.rbs', line 159

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:

  • ("none", "all", "high")


160
161
162
# File 'sig/types.rbs', line 160

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:

  • (Boolean)


161
162
163
# File 'sig/types.rbs', line 161

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:

  • (Boolean)


162
163
164
# File 'sig/types.rbs', line 162

def notify_on_resolve_case
  @notify_on_resolve_case
end

#team_id ⇒ ::String

Returns the value of attribute team_id.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def team_id
  @team_id
end