Method: Aws::Appflow::Types::ZendeskDestinationProperties#object
- Defined in:
- lib/aws-sdk-appflow/types.rb
#object ⇒ String
The object specified in the Zendesk flow destination.
5992 5993 5994 5995 5996 5997 5998 5999 |
# File 'lib/aws-sdk-appflow/types.rb', line 5992 class ZendeskDestinationProperties < Struct.new( :object, :id_field_names, :error_handling_config, :write_operation_type) SENSITIVE = [] include Aws::Structure end |