Class: Aws::Types::SlackConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SlackConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bidirectional ⇒ Types::SlackBidirectionalConfiguration
Returns the value of attribute bidirectional.
-
#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
#bidirectional ⇒ Types::SlackBidirectionalConfiguration
Returns the value of attribute bidirectional.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def bidirectional @bidirectional end |
#transmission_target ⇒ Types::SlackTransmissionTarget
Returns the value of attribute transmission_target.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def transmission_target @transmission_target end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def workspace_id @workspace_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def workspace_name @workspace_name end |