Class: Aws::Appflow::Types::SlackSourceProperties
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Appflow::Types::SlackSourceProperties
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #object  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The object specified in the Slack flow source.
 
Instance Attribute Details
#object ⇒ String
The object specified in the Slack flow source.
      4931 4932 4933 4934 4935  | 
    
      # File 'lib/aws-sdk-appflow/types.rb', line 4931 class SlackSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end  |