Class: Aws::Types::PipeTargetTimestreamParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_mappings::Array[Types::DimensionMapping]

Returns the value of attribute dimension_mappings.

Returns:



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.

Returns:

  • ("MILLISECONDS", "SECONDS", "MICROSECONDS", "NANOSECONDS")


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.

Returns:



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.

Returns:



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.

Returns:

  • ("EPOCH", "TIMESTAMP_FORMAT")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def timestamp_format
  @timestamp_format
end

#version_value::String

Returns the value of attribute version_value.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def version_value
  @version_value
end