Class: Aws::Appflow::Types::ZendeskConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ZendeskConnectorProfileProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass ZendeskConnectorProfileProperties data as a hash:
{
instance_url: "InstanceUrl", # required
}
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.
7711 7712 7713 7714 7715 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 7711 class ZendeskConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |