Class: Aws::CustomerProfiles::Types::ZendeskSourceProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

The properties that are applied when using Zendesk as a flow source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#objectString

The object specified in the Zendesk flow source.

Returns:

  • (String)


5604
5605
5606
5607
5608
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5604

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