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

Class: Aws::Appflow::Types::ConnectorEntity

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

Overview

The high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce entity might be an Account or Opportunity, whereas a ServiceNow entity might be an Incident.

Instance Attribute Summary collapse

Instance Attribute Details

#has_nested_entitiesBoolean

Specifies whether the connector entity is a parent or a category and has more entities nested underneath it. If another call is made with entitiesPath = "the_current_entity_name_with_hasNestedEntities_true", then it returns the nested entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion.

Returns:

  • (Boolean)

    Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.

#labelString

The label applied to the connector entity.

Returns:

  • (String)

    The label applied to the connector entity.

#nameString

The name of the connector entity.

Returns:

  • (String)

    The name of the connector entity.