Class: Aws::IoTEventsData::Types::VariableDefinition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEventsData::Types::VariableDefinition
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ioteventsdata/types.rb
 
Overview
The new value of the variable.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the variable.
 - 
  
    
      #value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new value of the variable.
 
Instance Attribute Details
#name ⇒ String
The name of the variable.
      1333 1334 1335 1336 1337 1338  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 1333 class VariableDefinition < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The new value of the variable.
      1333 1334 1335 1336 1337 1338  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 1333 class VariableDefinition < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end  |