Method: Aws::Appflow::Types::SlackSourceProperties#object
- Defined in:
- lib/aws-sdk-appflow/types.rb
#object ⇒ String
The object specified in the Slack flow source.
4925 4926 4927 4928 4929 |
# File 'lib/aws-sdk-appflow/types.rb', line 4925 class SlackSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |