Class: Aws::IoTAnalytics::Types::TimestampPartition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::TimestampPartition
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Overview
A partition dimension defined by a timestamp attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The attribute name of the partition defined by a timestamp.
-
#timestamp_format ⇒ String
The timestamp format of a partition defined by a timestamp.
Instance Attribute Details
#attribute_name ⇒ String
The attribute name of the partition defined by a timestamp.
2898 2899 2900 2901 2902 2903 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2898 class TimestampPartition < Struct.new( :attribute_name, :timestamp_format) SENSITIVE = [] include Aws::Structure end |
#timestamp_format ⇒ String
The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).
2898 2899 2900 2901 2902 2903 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2898 class TimestampPartition < Struct.new( :attribute_name, :timestamp_format) SENSITIVE = [] include Aws::Structure end |