Class: Aws::Types::RequestImpactStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fault_count::Integer

Returns the value of attribute fault_count.

Returns:

  • (::Integer)


698
699
700
# File 'sig/types.rbs', line 698

def fault_count
  @fault_count
end

#ok_count::Integer

Returns the value of attribute ok_count.

Returns:

  • (::Integer)


699
700
701
# File 'sig/types.rbs', line 699

def ok_count
  @ok_count
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


700
701
702
# File 'sig/types.rbs', line 700

def total_count
  @total_count
end