Class: Aws::Types::SlackWorkspaceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SlackWorkspaceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_organization_member_account ⇒ Boolean
Returns the value of attribute allow_organization_member_account.
-
#team_id ⇒ ::String
Returns the value of attribute team_id.
-
#team_name ⇒ ::String
Returns the value of attribute team_name.
Instance Attribute Details
#allow_organization_member_account ⇒ Boolean
Returns the value of attribute allow_organization_member_account.
137 138 139 |
# File 'sig/types.rbs', line 137 def allow_organization_member_account @allow_organization_member_account end |
#team_id ⇒ ::String
Returns the value of attribute team_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def team_id @team_id end |
#team_name ⇒ ::String
Returns the value of attribute team_name.
139 140 141 |
# File 'sig/types.rbs', line 139 def team_name @team_name end |