Class: Aws::Types::EvaluateMappingTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateMappingTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#template ⇒ ::String
Returns the value of attribute template.
Instance Attribute Details
#context ⇒ ::String
Returns the value of attribute context.
631 632 633 |
# File 'sig/types.rbs', line 631 def context @context end |
#template ⇒ ::String
Returns the value of attribute template.
630 631 632 |
# File 'sig/types.rbs', line 630 def template @template end |