Class: Aws::Types::Metrics

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)


248
249
250
# File 'sig/types.rbs', line 248

def findings_count
  @findings_count
end

#metered_lines_of_code_count::Integer

Returns the value of attribute metered_lines_of_code_count.

Returns:

  • (::Integer)


246
247
248
# File 'sig/types.rbs', line 246

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)


247
248
249
# File 'sig/types.rbs', line 247

def suppressed_lines_of_code_count
  @suppressed_lines_of_code_count
end