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

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

Instance Attribute Details

#objectString

The object specified in the Zendesk flow source.

Returns:

  • (String)


5559
5560
5561
5562
5563
# File 'lib/aws-sdk-appflow/types.rb', line 5559

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