Class: Aws::Appflow::Types::SlackSourceProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

The properties that are applied when Slack is being used as a source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectString

The object specified in the Slack flow source.

Returns:

  • (String)


4523
4524
4525
4526
4527
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4523

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