Class: Aws::Types::SlackWorkspaceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_organization_member_account ⇒ Boolean

Returns the value of attribute allow_organization_member_account.

Returns:

  • (Boolean)


137
138
139
# File 'sig/types.rbs', line 137

def 
  
end

#team_id ⇒ ::String

Returns the value of attribute team_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def team_name
  @team_name
end