Class: Aws::Appflow::Types::ConnectorRuntimeSetting
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Appflow::Types::ConnectorRuntimeSetting
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Contains information about the connector runtime settings that are required for flow execution.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #connector_supplied_value_options  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains default values for the connector runtime setting that are supplied by the connector. 
- 
  
    
      #data_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Data type of the connector runtime setting. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description about the connector runtime setting. 
- 
  
    
      #is_required  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether this connector runtime setting is required. 
- 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains value information about the connector runtime setting. 
- 
  
    
      #label  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A label used for connector runtime setting. 
- 
  
    
      #scope  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates the scope of the connector runtime setting. 
Instance Attribute Details
#connector_supplied_value_options ⇒ Array<String>
Contains default values for the connector runtime setting that are supplied by the connector.
| 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 | # File 'lib/aws-sdk-appflow/types.rb', line 1223 class ConnectorRuntimeSetting < Struct.new( :key, :data_type, :is_required, :label, :description, :scope, :connector_supplied_value_options) SENSITIVE = [] include Aws::Structure end | 
#data_type ⇒ String
Data type of the connector runtime setting.
| 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 | # File 'lib/aws-sdk-appflow/types.rb', line 1223 class ConnectorRuntimeSetting < Struct.new( :key, :data_type, :is_required, :label, :description, :scope, :connector_supplied_value_options) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description about the connector runtime setting.
| 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 | # File 'lib/aws-sdk-appflow/types.rb', line 1223 class ConnectorRuntimeSetting < Struct.new( :key, :data_type, :is_required, :label, :description, :scope, :connector_supplied_value_options) SENSITIVE = [] include Aws::Structure end | 
#is_required ⇒ Boolean
Indicates whether this connector runtime setting is required.
| 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 | # File 'lib/aws-sdk-appflow/types.rb', line 1223 class ConnectorRuntimeSetting < Struct.new( :key, :data_type, :is_required, :label, :description, :scope, :connector_supplied_value_options) SENSITIVE = [] include Aws::Structure end | 
#key ⇒ String
Contains value information about the connector runtime setting.
| 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 | # File 'lib/aws-sdk-appflow/types.rb', line 1223 class ConnectorRuntimeSetting < Struct.new( :key, :data_type, :is_required, :label, :description, :scope, :connector_supplied_value_options) SENSITIVE = [] include Aws::Structure end | 
#label ⇒ String
A label used for connector runtime setting.
| 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 | # File 'lib/aws-sdk-appflow/types.rb', line 1223 class ConnectorRuntimeSetting < Struct.new( :key, :data_type, :is_required, :label, :description, :scope, :connector_supplied_value_options) SENSITIVE = [] include Aws::Structure end | 
#scope ⇒ String
Indicates the scope of the connector runtime setting.
| 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 | # File 'lib/aws-sdk-appflow/types.rb', line 1223 class ConnectorRuntimeSetting < Struct.new( :key, :data_type, :is_required, :label, :description, :scope, :connector_supplied_value_options) SENSITIVE = [] include Aws::Structure end |