Class: Aws::Types::PipeTargetTimestreamParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeTargetTimestreamParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension_mappings ⇒ ::Array[Types::DimensionMapping]
Returns the value of attribute dimension_mappings.
-
#epoch_time_unit ⇒ "MILLISECONDS", ...
Returns the value of attribute epoch_time_unit.
-
#multi_measure_mappings ⇒ ::Array[Types::MultiMeasureMapping]
Returns the value of attribute multi_measure_mappings.
-
#single_measure_mappings ⇒ ::Array[Types::SingleMeasureMapping]
Returns the value of attribute single_measure_mappings.
-
#time_field_type ⇒ "EPOCH", "TIMESTAMP_FORMAT"
Returns the value of attribute time_field_type.
-
#time_value ⇒ ::String
Returns the value of attribute time_value.
-
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
-
#version_value ⇒ ::String
Returns the value of attribute version_value.
Instance Attribute Details
#dimension_mappings ⇒ ::Array[Types::DimensionMapping]
Returns the value of attribute dimension_mappings.
551 552 553 |
# File 'sig/types.rbs', line 551 def dimension_mappings @dimension_mappings end |
#epoch_time_unit ⇒ "MILLISECONDS", ...
Returns the value of attribute epoch_time_unit.
547 548 549 |
# File 'sig/types.rbs', line 547 def epoch_time_unit @epoch_time_unit end |
#multi_measure_mappings ⇒ ::Array[Types::MultiMeasureMapping]
Returns the value of attribute multi_measure_mappings.
553 554 555 |
# File 'sig/types.rbs', line 553 def multi_measure_mappings @multi_measure_mappings end |
#single_measure_mappings ⇒ ::Array[Types::SingleMeasureMapping]
Returns the value of attribute single_measure_mappings.
552 553 554 |
# File 'sig/types.rbs', line 552 def single_measure_mappings @single_measure_mappings end |
#time_field_type ⇒ "EPOCH", "TIMESTAMP_FORMAT"
Returns the value of attribute time_field_type.
548 549 550 |
# File 'sig/types.rbs', line 548 def time_field_type @time_field_type end |
#time_value ⇒ ::String
Returns the value of attribute time_value.
546 547 548 |
# File 'sig/types.rbs', line 546 def time_value @time_value end |
#timestamp_format ⇒ ::String
Returns the value of attribute timestamp_format.
549 550 551 |
# File 'sig/types.rbs', line 549 def end |
#version_value ⇒ ::String
Returns the value of attribute version_value.
550 551 552 |
# File 'sig/types.rbs', line 550 def version_value @version_value end |