Class: Aws::Types::Metrics
- Inherits:
-
Object
- Object
- Aws::Types::Metrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#findings_count ⇒ ::Integer
Returns the value of attribute findings_count.
-
#metered_lines_of_code_count ⇒ ::Integer
Returns the value of attribute metered_lines_of_code_count.
-
#suppressed_lines_of_code_count ⇒ ::Integer
Returns the value of attribute suppressed_lines_of_code_count.
Instance Attribute Details
#findings_count ⇒ ::Integer
Returns the value of attribute findings_count.
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.
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.
247 248 249 |
# File 'sig/types.rbs', line 247 def suppressed_lines_of_code_count @suppressed_lines_of_code_count end |