Class: Aws::Types::SensorStatisticsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#categorical_valuesTypes::CategoricalValues

Returns the value of attribute categorical_values.



920
921
922
# File 'sig/types.rbs', line 920

def categorical_values
  @categorical_values
end

#component_name::String

Returns the value of attribute component_name.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def component_name
  @component_name
end

#data_end_time::Time

Returns the value of attribute data_end_time.

Returns:

  • (::Time)


925
926
927
# File 'sig/types.rbs', line 925

def data_end_time
  @data_end_time
end

#data_existsBoolean

Returns the value of attribute data_exists.

Returns:

  • (Boolean)


915
916
917
# File 'sig/types.rbs', line 915

def data_exists
  @data_exists
end

#data_start_time::Time

Returns the value of attribute data_start_time.

Returns:

  • (::Time)


924
925
926
# File 'sig/types.rbs', line 924

def data_start_time
  @data_start_time
end

#duplicate_timestampsTypes::CountPercent

Returns the value of attribute duplicate_timestamps.

Returns:



919
920
921
# File 'sig/types.rbs', line 919

def duplicate_timestamps
  @duplicate_timestamps
end

#invalid_date_entriesTypes::CountPercent

Returns the value of attribute invalid_date_entries.

Returns:



918
919
920
# File 'sig/types.rbs', line 918

def invalid_date_entries
  @invalid_date_entries
end

#invalid_valuesTypes::CountPercent

Returns the value of attribute invalid_values.

Returns:



917
918
919
# File 'sig/types.rbs', line 917

def invalid_values
  @invalid_values
end

#large_timestamp_gapsTypes::LargeTimestampGaps

Returns the value of attribute large_timestamp_gaps.



922
923
924
# File 'sig/types.rbs', line 922

def large_timestamp_gaps
  @large_timestamp_gaps
end

#missing_valuesTypes::CountPercent

Returns the value of attribute missing_values.

Returns:



916
917
918
# File 'sig/types.rbs', line 916

def missing_values
  @missing_values
end

#monotonic_valuesTypes::MonotonicValues

Returns the value of attribute monotonic_values.



923
924
925
# File 'sig/types.rbs', line 923

def monotonic_values
  @monotonic_values
end

#multiple_operating_modesTypes::MultipleOperatingModes

Returns the value of attribute multiple_operating_modes.



921
922
923
# File 'sig/types.rbs', line 921

def multiple_operating_modes
  @multiple_operating_modes
end

#sensor_name::String

Returns the value of attribute sensor_name.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def sensor_name
  @sensor_name
end