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)


2694
2695
2696
# File 'sig/types.rbs', line 2694

def connector_profile_name
  @connector_profile_name
end

#connector_type ⇒ "Salesforce", ...

Returns the value of attribute connector_type.

Returns:

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


2695
2696
2697
# File 'sig/types.rbs', line 2695

def connector_type
  @connector_type
end

#incremental_pull_config ⇒ Types::IncrementalPullConfig

Returns the value of attribute incremental_pull_config.



2696
2697
2698
# File 'sig/types.rbs', line 2696

def incremental_pull_config
  @incremental_pull_config
end

#source_connector_properties ⇒ Types::SourceConnectorProperties

Returns the value of attribute source_connector_properties.



2697
2698
2699
# File 'sig/types.rbs', line 2697

def source_connector_properties
  @source_connector_properties
end