Class: Aws::Types::MetricsSummary
- Inherits:
-
Object
- Object
- Aws::Types::MetricsSummary
- 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.
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.
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.
254 255 256 |
# File 'sig/types.rbs', line 254 def suppressed_lines_of_code_count @suppressed_lines_of_code_count end |