Class: Aws::Types::SensorStatisticsSummary
- Inherits:
-
Object
- Object
- Aws::Types::SensorStatisticsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#categorical_values ⇒ Types::CategoricalValues
Returns the value of attribute categorical_values.
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#data_end_time ⇒ ::Time
Returns the value of attribute data_end_time.
-
#data_exists ⇒ Boolean
Returns the value of attribute data_exists.
-
#data_start_time ⇒ ::Time
Returns the value of attribute data_start_time.
-
#duplicate_timestamps ⇒ Types::CountPercent
Returns the value of attribute duplicate_timestamps.
-
#invalid_date_entries ⇒ Types::CountPercent
Returns the value of attribute invalid_date_entries.
-
#invalid_values ⇒ Types::CountPercent
Returns the value of attribute invalid_values.
-
#large_timestamp_gaps ⇒ Types::LargeTimestampGaps
Returns the value of attribute large_timestamp_gaps.
-
#missing_values ⇒ Types::CountPercent
Returns the value of attribute missing_values.
-
#monotonic_values ⇒ Types::MonotonicValues
Returns the value of attribute monotonic_values.
-
#multiple_operating_modes ⇒ Types::MultipleOperatingModes
Returns the value of attribute multiple_operating_modes.
-
#sensor_name ⇒ ::String
Returns the value of attribute sensor_name.
Instance Attribute Details
#categorical_values ⇒ Types::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.
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.
925 926 927 |
# File 'sig/types.rbs', line 925 def data_end_time @data_end_time end |
#data_exists ⇒ Boolean
Returns the value of attribute data_exists.
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.
924 925 926 |
# File 'sig/types.rbs', line 924 def data_start_time @data_start_time end |
#duplicate_timestamps ⇒ Types::CountPercent
Returns the value of attribute duplicate_timestamps.
919 920 921 |
# File 'sig/types.rbs', line 919 def @duplicate_timestamps end |
#invalid_date_entries ⇒ Types::CountPercent
Returns the value of attribute invalid_date_entries.
918 919 920 |
# File 'sig/types.rbs', line 918 def invalid_date_entries @invalid_date_entries end |
#invalid_values ⇒ Types::CountPercent
Returns the value of attribute invalid_values.
917 918 919 |
# File 'sig/types.rbs', line 917 def invalid_values @invalid_values end |
#large_timestamp_gaps ⇒ Types::LargeTimestampGaps
Returns the value of attribute large_timestamp_gaps.
922 923 924 |
# File 'sig/types.rbs', line 922 def @large_timestamp_gaps end |
#missing_values ⇒ Types::CountPercent
Returns the value of attribute missing_values.
916 917 918 |
# File 'sig/types.rbs', line 916 def missing_values @missing_values end |
#monotonic_values ⇒ Types::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_modes ⇒ Types::MultipleOperatingModes
Returns the value of attribute multiple_operating_modes.
921 922 923 |
# File 'sig/types.rbs', line 921 def @multiple_operating_modes end |
#sensor_name ⇒ ::String
Returns the value of attribute sensor_name.
914 915 916 |
# File 'sig/types.rbs', line 914 def sensor_name @sensor_name end |