Class: Aws::IoTEventsData::Types::Variable

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

Overview

The current state of the variable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the variable.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1316

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

#valueString

The current value of the variable.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1316

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