Class: Aws::Types::ProcessorParameter
- Inherits:
-
Object
- Object
- Aws::Types::ProcessorParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_name ⇒ "LambdaArn", ...
Returns the value of attribute parameter_name.
-
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
Instance Attribute Details
#parameter_name ⇒ "LambdaArn", ...
Returns the value of attribute parameter_name.
778 779 780 |
# File 'sig/types.rbs', line 778 def parameter_name @parameter_name end |
#parameter_value ⇒ ::String
Returns the value of attribute parameter_value.
779 780 781 |
# File 'sig/types.rbs', line 779 def parameter_value @parameter_value end |