Class: Aws::Types::TaskStatisticsForAuditCheck
- Inherits:
-
Object
- Object
- Aws::Types::TaskStatisticsForAuditCheck
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canceled_findings_count ⇒ ::Integer
Returns the value of attribute canceled_findings_count.
-
#failed_findings_count ⇒ ::Integer
Returns the value of attribute failed_findings_count.
-
#skipped_findings_count ⇒ ::Integer
Returns the value of attribute skipped_findings_count.
-
#succeeded_findings_count ⇒ ::Integer
Returns the value of attribute succeeded_findings_count.
-
#total_findings_count ⇒ ::Integer
Returns the value of attribute total_findings_count.
Instance Attribute Details
#canceled_findings_count ⇒ ::Integer
Returns the value of attribute canceled_findings_count.
4704 4705 4706 |
# File 'sig/types.rbs', line 4704 def canceled_findings_count @canceled_findings_count end |
#failed_findings_count ⇒ ::Integer
Returns the value of attribute failed_findings_count.
4701 4702 4703 |
# File 'sig/types.rbs', line 4701 def failed_findings_count @failed_findings_count end |
#skipped_findings_count ⇒ ::Integer
Returns the value of attribute skipped_findings_count.
4703 4704 4705 |
# File 'sig/types.rbs', line 4703 def skipped_findings_count @skipped_findings_count end |
#succeeded_findings_count ⇒ ::Integer
Returns the value of attribute succeeded_findings_count.
4702 4703 4704 |
# File 'sig/types.rbs', line 4702 def succeeded_findings_count @succeeded_findings_count end |
#total_findings_count ⇒ ::Integer
Returns the value of attribute total_findings_count.
4700 4701 4702 |
# File 'sig/types.rbs', line 4700 def total_findings_count @total_findings_count end |