You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Honeycode::Types::VariableValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VariableValue as input to an Aws::Client method, you can use a vanilla Hash:

{
  raw_value: "RawValue", # required
}

The input variables to the app to be used by the InvokeScreenAutomation action request.

Instance Attribute Summary collapse

Instance Attribute Details

#raw_valueString

Raw value of the variable.

Returns:

  • (String)

    Raw value of the variable.