Class: Aws::Types::SAPODataDestinationProperties

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.



1056
1057
1058
# File 'sig/types.rbs', line 1056

def error_handling_config
  @error_handling_config
end

#id_field_names::Array[::String]

Returns the value of attribute id_field_names.

Returns:

  • (::Array[::String])


1055
1056
1057
# File 'sig/types.rbs', line 1055

def id_field_names
  @id_field_names
end

#object_path::String

Returns the value of attribute object_path.

Returns:

  • (::String)


1053
1054
1055
# File 'sig/types.rbs', line 1053

def object_path
  @object_path
end

#success_response_handling_configTypes::SuccessResponseHandlingConfig

Returns the value of attribute success_response_handling_config.



1054
1055
1056
# File 'sig/types.rbs', line 1054

def success_response_handling_config
  @success_response_handling_config
end

#write_operation_type"INSERT", ...

Returns the value of attribute write_operation_type.

Returns:

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


1057
1058
1059
# File 'sig/types.rbs', line 1057

def write_operation_type
  @write_operation_type
end