Method: Aws::Appflow::Types::SlackSourceProperties#object

Defined in:
lib/aws-sdk-appflow/types.rb

#objectString

The object specified in the Slack flow source.

Returns:

  • (String)


4925
4926
4927
4928
4929
# File 'lib/aws-sdk-appflow/types.rb', line 4925

class SlackSourceProperties < Struct.new(
  :object)
  SENSITIVE = []
  include Aws::Structure
end