Class: Aws::Types::SourceFlowConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_profile_name::String

Returns the value of attribute connector_profile_name.

Returns:

  • (::String)


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.

Returns:

  • ("Salesforce", "Marketo", "Zendesk", "Servicenow", "S3")


2664
2665
2666
# File 'sig/types.rbs', line 2664

def connector_type
  @connector_type
end

#incremental_pull_configTypes::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_propertiesTypes::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