Class: Aws::Types::SlackBidirectionalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SlackBidirectionalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def enabled @enabled end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def role_arn @role_arn end |