Class: Aws::Types::ErrorStatistics

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:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def other_count
  @other_count
end

#throttle_count::Integer

Returns the value of attribute throttle_count.

Returns:

  • (::Integer)


171
172
173
# File 'sig/types.rbs', line 171

def throttle_count
  @throttle_count
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


173
174
175
# File 'sig/types.rbs', line 173

def total_count
  @total_count
end