Class: Aws::IoTEventsData::Types::TimestampValue

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

Overview

Contains information about a timestamp.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#time_in_millisInteger

The value of the timestamp, in the Unix epoch format.

Returns:

  • (Integer)


1269
1270
1271
1272
1273
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1269

class TimestampValue < Struct.new(
  :time_in_millis)
  SENSITIVE = []
  include Aws::Structure
end