Class: Aws::Types::ZendeskDestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::ZendeskDestinationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_handling_config ⇒ Types::ErrorHandlingConfig
Returns the value of attribute error_handling_config.
-
#id_field_names ⇒ ::Array[::String]
Returns the value of attribute id_field_names.
-
#object ⇒ ::String
Returns the value of attribute object.
-
#write_operation_type ⇒ "INSERT", ...
Returns the value of attribute write_operation_type.
Instance Attribute Details
#error_handling_config ⇒ Types::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.
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.
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.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def write_operation_type @write_operation_type end |