Class: Aws::Types::SourceFlowConfig
- Inherits:
-
Object
- Object
- Aws::Types::SourceFlowConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#connector_profile_name ⇒ ::String
Returns the value of attribute connector_profile_name.
2663 2664 2665 |
# File 'sig/types.rbs', line 2663 def connector_profile_name @connector_profile_name end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
2664 2665 2666 |
# File 'sig/types.rbs', line 2664 def connector_type @connector_type end |
#incremental_pull_config ⇒ Types::IncrementalPullConfig
Returns the value of attribute incremental_pull_config.
2665 2666 2667 |
# File 'sig/types.rbs', line 2665 def incremental_pull_config @incremental_pull_config end |
#source_connector_properties ⇒ Types::SourceConnectorProperties
Returns the value of attribute source_connector_properties.
2666 2667 2668 |
# File 'sig/types.rbs', line 2666 def source_connector_properties @source_connector_properties end |