Class: Aws::Honeycode::Types::VariableValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::VariableValue
- Defined in:
- gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb
Overview
Note:
When making an API call, you may pass VariableValue data as a hash:
{
raw_value: "RawValue", # required
}
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.
1914 1915 1916 1917 1918 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1914 class VariableValue < Struct.new( :raw_value) SENSITIVE = [] include Aws::Structure end |