Class: Aws::Honeycode::Types::VariableValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::VariableValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
The input variables to the app to be used by the InvokeScreenAutomation action request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#raw_value ⇒ String
Raw value of the variable.
Instance Attribute Details
#raw_value ⇒ String
Raw value of the variable.
1713 1714 1715 1716 1717 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1713 class VariableValue < Struct.new( :raw_value) SENSITIVE = [] include Aws::Structure end |