Class: Aws::Types::EvaluateCodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateCodeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#function ⇒ ::String
Returns the value of attribute function.
-
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
614 615 616 |
# File 'sig/types.rbs', line 614 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
615 616 617 |
# File 'sig/types.rbs', line 615 def context @context end |
#function ⇒ ::String
Returns the value of attribute function.
616 617 618 |
# File 'sig/types.rbs', line 616 def function @function end |
#runtime ⇒ Types::AppSyncRuntime
Returns the value of attribute runtime.
613 614 615 |
# File 'sig/types.rbs', line 613 def runtime @runtime end |