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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/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

Instance Attribute Details

#raw_valueString

Raw value of the variable.

Returns:

  • (String)


1713
1714
1715
1716
1717
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1713

class VariableValue < Struct.new(
  :raw_value)
  SENSITIVE = []
  include Aws::Structure
end