Class: Aws::Appflow::Types::ZendeskConnectorProfileProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appflow/types.rb

Overview

The connector-specific profile properties required when using Zendesk.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_urlString

The location of the Zendesk resource.

Returns:

  • (String)


5959
5960
5961
5962
5963
# File 'lib/aws-sdk-appflow/types.rb', line 5959

class ZendeskConnectorProfileProperties < Struct.new(
  :instance_url)
  SENSITIVE = []
  include Aws::Structure
end