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

#transmission_targetTypes::SlackTransmissionTarget

Returns the value of attribute transmission_target.



1884
1885
1886
# File 'sig/types.rbs', line 1884

def transmission_target
  @transmission_target
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def workspace_id
  @workspace_id
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def workspace_name
  @workspace_name
end