Class: Aws::Appflow::Types::SlackSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SlackSourceProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass SlackSourceProperties data as a hash:
{
object: "Object", # required
}
The properties that are applied when Slack is being used as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object ⇒ String
The object specified in the Slack flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Slack flow source.
4067 4068 4069 4070 4071 |
# File 'lib/aws-sdk-appflow/types.rb', line 4067 class SlackSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |