Class: Aws::Types::ZendeskDestinationProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_handling_configTypes::ErrorHandlingConfig

Returns the value of attribute error_handling_config.



1478
1479
1480
# File 'sig/types.rbs', line 1478

def error_handling_config
  @error_handling_config
end

#id_field_names::Array[::String]

Returns the value of attribute id_field_names.

Returns:

  • (::Array[::String])


1477
1478
1479
# File 'sig/types.rbs', line 1477

def id_field_names
  @id_field_names
end

#object::String

Returns the value of attribute object.

Returns:

  • (::String)


1476
1477
1478
# File 'sig/types.rbs', line 1476

def object
  @object
end

#write_operation_type"INSERT", ...

Returns the value of attribute write_operation_type.

Returns:

  • ("INSERT", "UPSERT", "UPDATE", "DELETE")


1479
1480
1481
# File 'sig/types.rbs', line 1479

def write_operation_type
  @write_operation_type
end