Class: Aws::Types::SlackConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bidirectionalTypes::SlackBidirectionalConfiguration

Returns the value of attribute bidirectional.



1891
1892
1893
# File 'sig/types.rbs', line 1891

def bidirectional
  @bidirectional
end

#transmission_targetTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1889
1890
1891
# File 'sig/types.rbs', line 1889

def workspace_name
  @workspace_name
end