You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::DescribeConnectorEntityRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeConnectorEntityRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  connector_entity_name: "Name", # required
  connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
  connector_profile_name: "ConnectorProfileName",
}

Instance Attribute Summary collapse

Instance Attribute Details

#connector_entity_nameString

The entity name for that connector.

Returns:

  • (String)

    The entity name for that connector.

#connector_profile_nameString

The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.

Returns:

  • (String)

    The name of the connector profile.

#connector_typeString

The type of connector application, such as Salesforce, Amplitude, and so on.

Possible values:

  • Salesforce
  • Singular
  • Slack
  • Redshift
  • S3
  • Marketo
  • Googleanalytics
  • Zendesk
  • Servicenow
  • Datadog
  • Trendmicro
  • Snowflake
  • Dynatrace
  • Infornexus
  • Amplitude
  • Veeva
  • EventBridge

Returns:

  • (String)

    The type of connector application, such as Salesforce, Amplitude, and so on.