Class: Aws::Types::SourceFlowConfig
- Inherits:
-
Object
- Object
- Aws::Types::SourceFlowConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_version ⇒ ::String
Returns the value of attribute api_version.
-
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
-
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
-
#incremental_pull_config ⇒ Types::IncrementalPullConfig
Returns the value of attribute incremental_pull_config.
-
#source_connector_properties ⇒ Types::SourceConnectorProperties
Returns the value of attribute source_connector_properties.
Instance Attribute Details
#api_version ⇒ ::String
Returns the value of attribute api_version.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def api_version @api_version end |
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def connector_profile_name @connector_profile_name end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def connector_type @connector_type end |
#incremental_pull_config ⇒ Types::IncrementalPullConfig
Returns the value of attribute incremental_pull_config.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def incremental_pull_config @incremental_pull_config end |
#source_connector_properties ⇒ Types::SourceConnectorProperties
Returns the value of attribute source_connector_properties.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def source_connector_properties @source_connector_properties end |