Class: Aws::Appflow::Types::ZendeskSourceProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/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)


6029
6030
6031
6032
6033
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 6029

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