Class: Aws::Types::CustomConnectorDestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::CustomConnectorDestinationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
-
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
-
#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.
-
#write_operation_type ⇒ "INSERT", ...
Returns the value of attribute write_operation_type.
Instance Attribute Details
#custom_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_properties.
356 357 358 |
# File 'sig/types.rbs', line 356 def custom_properties @custom_properties end |
#entity_name ⇒ ::String
Returns the value of attribute entity_name.
352 353 354 |
# File 'sig/types.rbs', line 352 def entity_name @entity_name end |
#error_handling_config ⇒ Types::ErrorHandlingConfig
Returns the value of attribute error_handling_config.
353 354 355 |
# File 'sig/types.rbs', line 353 def error_handling_config @error_handling_config end |
#id_field_names ⇒ ::Array[::String]
Returns the value of attribute id_field_names.
355 356 357 |
# File 'sig/types.rbs', line 355 def id_field_names @id_field_names end |
#write_operation_type ⇒ "INSERT", ...
Returns the value of attribute write_operation_type.
354 355 356 |
# File 'sig/types.rbs', line 354 def write_operation_type @write_operation_type end |