Class: Aws::Types::ConnectorProfile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_mode"Public", "Private"

Returns the value of attribute connection_mode.

Returns:

  • ("Public", "Private")


221
222
223
# File 'sig/types.rbs', line 221

def connection_mode
  @connection_mode
end

#connector_label::String

Returns the value of attribute connector_label.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def connector_label
  @connector_label
end

#connector_profile_arn::String

Returns the value of attribute connector_profile_arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def connector_profile_arn
  @connector_profile_arn
end

#connector_profile_name::String

Returns the value of attribute connector_profile_name.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def connector_profile_name
  @connector_profile_name
end

#connector_profile_propertiesTypes::ConnectorProfileProperties

Returns the value of attribute connector_profile_properties.



223
224
225
# File 'sig/types.rbs', line 223

def connector_profile_properties
  @connector_profile_properties
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")


219
220
221
# File 'sig/types.rbs', line 219

def connector_type
  @connector_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


224
225
226
# File 'sig/types.rbs', line 224

def created_at
  @created_at
end

#credentials_arn::String

Returns the value of attribute credentials_arn.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def credentials_arn
  @credentials_arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


225
226
227
# File 'sig/types.rbs', line 225

def last_updated_at
  @last_updated_at
end

#private_connection_provisioning_stateTypes::PrivateConnectionProvisioningState

Returns the value of attribute private_connection_provisioning_state.



226
227
228
# File 'sig/types.rbs', line 226

def private_connection_provisioning_state
  @private_connection_provisioning_state
end