Class: Aws::Types::CustomConnectorDestinationProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_properties::Hash[::String, ::String]

Returns the value of attribute custom_properties.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def entity_name
  @entity_name
end

#error_handling_configTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

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


354
355
356
# File 'sig/types.rbs', line 354

def write_operation_type
  @write_operation_type
end