Class: Aws::IoTEventsData::Types::TimestampValue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEventsData::Types::TimestampValue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ioteventsdata/types.rb
 
Overview
Contains information about a timestamp.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #time_in_millis  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the timestamp, in the Unix epoch format.
 
Instance Attribute Details
#time_in_millis ⇒ Integer
The value of the timestamp, in the Unix epoch format.
      1269 1270 1271 1272 1273  | 
    
      # File 'lib/aws-sdk-ioteventsdata/types.rb', line 1269 class TimestampValue < Struct.new( :time_in_millis) SENSITIVE = [] include Aws::Structure end  |