Class: Aws::Types::MetricsSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#findings_count::Integer

Returns the value of attribute findings_count.

Returns:

  • (::Integer)


255
256
257
# File 'sig/types.rbs', line 255

def findings_count
  @findings_count
end

#metered_lines_of_code_count::Integer

Returns the value of attribute metered_lines_of_code_count.

Returns:

  • (::Integer)


253
254
255
# File 'sig/types.rbs', line 253

def metered_lines_of_code_count
  @metered_lines_of_code_count
end

#suppressed_lines_of_code_count::Integer

Returns the value of attribute suppressed_lines_of_code_count.

Returns:

  • (::Integer)


254
255
256
# File 'sig/types.rbs', line 254

def suppressed_lines_of_code_count
  @suppressed_lines_of_code_count
end