Class: Aws::IoTEventsData::Types::Variable
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::Variable
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
The current state of the variable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the variable.
-
#value ⇒ String
The current value of the variable.
Instance Attribute Details
#name ⇒ String
The name of the variable.
1316 1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1316 class Variable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The current value of the variable.
1316 1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1316 class Variable < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |