Class: Aws::IoTAnalytics::Types::TimestampPartition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attribute_nameString

The attribute name of the partition defined by a timestamp.

Returns:

  • (String)


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_formatString

The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (String)


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