Class: Aws::Types::InternalAccessResourceTypeDetails
- Inherits:
-
Object
- Object
- Aws::Types::InternalAccessResourceTypeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total_active_findings ⇒ ::Integer
Returns the value of attribute total_active_findings.
-
#total_archived_findings ⇒ ::Integer
Returns the value of attribute total_archived_findings.
-
#total_resolved_findings ⇒ ::Integer
Returns the value of attribute total_resolved_findings.
Instance Attribute Details
#total_active_findings ⇒ ::Integer
Returns the value of attribute total_active_findings.
708 709 710 |
# File 'sig/types.rbs', line 708 def total_active_findings @total_active_findings end |
#total_archived_findings ⇒ ::Integer
Returns the value of attribute total_archived_findings.
710 711 712 |
# File 'sig/types.rbs', line 710 def total_archived_findings @total_archived_findings end |
#total_resolved_findings ⇒ ::Integer
Returns the value of attribute total_resolved_findings.
709 710 711 |
# File 'sig/types.rbs', line 709 def total_resolved_findings @total_resolved_findings end |