Class: Aws::IoTEvents::Types::SetVariableAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

Information about the variable and its new value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The new value of the variable.

Returns:

  • (String)


2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2785

class SetVariableAction < Struct.new(
  :variable_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#variable_nameString

The name of the variable.

Returns:

  • (String)


2785
2786
2787
2788
2789
2790
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2785

class SetVariableAction < Struct.new(
  :variable_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end