Class: Aws::Types::SlackTransmissionTarget
- Inherits:
-
Object
- Object
- Aws::Types::SlackTransmissionTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ops_oncall_target ⇒ Types::SlackChannel
Returns the value of attribute ops_oncall_target.
-
#ops_sre_target ⇒ Types::SlackChannel
Returns the value of attribute ops_sre_target.
Instance Attribute Details
#ops_oncall_target ⇒ Types::SlackChannel
Returns the value of attribute ops_oncall_target.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def ops_oncall_target @ops_oncall_target end |
#ops_sre_target ⇒ Types::SlackChannel
Returns the value of attribute ops_sre_target.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def ops_sre_target @ops_sre_target end |