Class: Aws::Types::HandlerConfig
- Inherits:
-
Object
- Object
- Aws::Types::HandlerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior ⇒ "CODE", "DIRECT"
Returns the value of attribute behavior.
-
#integration ⇒ Types::Integration
Returns the value of attribute integration.
Instance Attribute Details
#behavior ⇒ "CODE", "DIRECT"
Returns the value of attribute behavior.
888 889 890 |
# File 'sig/types.rbs', line 888 def behavior @behavior end |
#integration ⇒ Types::Integration
Returns the value of attribute integration.
889 890 891 |
# File 'sig/types.rbs', line 889 def integration @integration end |