Class: Aws::Appflow::Types::ZendeskSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ZendeskSourceProperties
- Includes:
- Structure
- Defined in:
- 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
-
#object ⇒ String
The object specified in the Zendesk flow source.
Instance Attribute Details
#object ⇒ String
The object specified in the Zendesk flow source.
6023 6024 6025 6026 6027 |
# File 'lib/aws-sdk-appflow/types.rb', line 6023 class ZendeskSourceProperties < Struct.new( :object) SENSITIVE = [] include Aws::Structure end |