Class: Aws::LookoutMetrics::Types::TimestampColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::TimestampColumn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Contains information about the column used to track time in a source data file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_format ⇒ String
The format of the timestamp column.
-
#column_name ⇒ String
The name of the timestamp column.
Instance Attribute Details
#column_format ⇒ String
The format of the timestamp column.
2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2634 class TimestampColumn < Struct.new( :column_name, :column_format) SENSITIVE = [] include Aws::Structure end |
#column_name ⇒ String
The name of the timestamp column.
2634 2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2634 class TimestampColumn < Struct.new( :column_name, :column_format) SENSITIVE = [] include Aws::Structure end |