Class: Aws::CustomerProfiles::Types::ZendeskSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ZendeskSourceProperties
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Note:
When making an API call, you may pass ZendeskSourceProperties data as a hash:
{
object: "Object", # required
}
The properties that are applied when using Zendesk as a flow source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object ⇒ String
The object specified in the Zendesk flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Zendesk flow source.
5310 5311 5312 5313 5314 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5310 class ZendeskSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |