Class: Aws::Types::SAPODataDestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::SAPODataDestinationProperties
- 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_path ⇒ ::String
Returns the value of attribute object_path.
-
#success_response_handling_config ⇒ Types::SuccessResponseHandlingConfig
Returns the value of attribute success_response_handling_config.
-
#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.
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.
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.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def object_path @object_path end |
#success_response_handling_config ⇒ Types::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.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def write_operation_type @write_operation_type end |