Class: Aws::Types::HoneycodeDestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::HoneycodeDestinationProperties
- 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.
-
#object ⇒ ::String
Returns the value of attribute object.
Instance Attribute Details
#error_handling_config ⇒ Types::ErrorHandlingConfig
Returns the value of attribute error_handling_config.
703 704 705 |
# File 'sig/types.rbs', line 703 def error_handling_config @error_handling_config end |
#object ⇒ ::String
Returns the value of attribute object.
702 703 704 |
# File 'sig/types.rbs', line 702 def object @object end |