Class: Aws::Types::MissingSensorData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#affected_sensor_count::Integer

Returns the value of attribute affected_sensor_count.

Returns:

  • (::Integer)


818
819
820
# File 'sig/types.rbs', line 818

def affected_sensor_count
  @affected_sensor_count
end

#total_number_of_missing_values::Integer

Returns the value of attribute total_number_of_missing_values.

Returns:

  • (::Integer)


819
820
821
# File 'sig/types.rbs', line 819

def total_number_of_missing_values
  @total_number_of_missing_values
end