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

#api_version ⇒ ::String

Returns the value of attribute api_version.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles", "SAPOData", "CustomConnector", "Pardot")


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