Class: Aws::Types::ListConnectorEntitiesRequest

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)


752
753
754
# File 'sig/types.rbs', line 752

def api_version
  @api_version
end

#connector_profile_name::String

Returns the value of attribute connector_profile_name.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

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")


750
751
752
# File 'sig/types.rbs', line 750

def connector_type
  @connector_type
end

#entities_path::String

Returns the value of attribute entities_path.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def entities_path
  @entities_path
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


753
754
755
# File 'sig/types.rbs', line 753

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def next_token
  @next_token
end