Class: Aws::Types::SlackConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SlackConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#transmission_target ⇒ Types::SlackTransmissionTarget
Returns the value of attribute transmission_target.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#transmission_target ⇒ Types::SlackTransmissionTarget
Returns the value of attribute transmission_target.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def transmission_target @transmission_target end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def workspace_id @workspace_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def workspace_name @workspace_name end |