Class: Aws::Types::FaultStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#other_count::Integer

Returns the value of attribute other_count.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def other_count
  @other_count
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def total_count
  @total_count
end