Class: Aws::Appflow::Types::ZendeskConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ZendeskConnectorProfileProperties
- 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_url ⇒ String
The location of the Zendesk resource.
Instance Attribute Details
#instance_url ⇒ String
The location of the Zendesk resource.
5965 5966 5967 5968 5969 |
# File 'lib/aws-sdk-appflow/types.rb', line 5965 class ZendeskConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |