Class: Aws::Types::UnusedAccessFindingsStatistics
- Inherits:
-
Object
- Object
- Aws::Types::UnusedAccessFindingsStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#top_accounts ⇒ ::Array[Types::FindingAggregationAccountDetails]
Returns the value of attribute top_accounts.
-
#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.
-
#unused_access_type_statistics ⇒ ::Array[Types::UnusedAccessTypeStatistics]
Returns the value of attribute unused_access_type_statistics.
Instance Attribute Details
#top_accounts ⇒ ::Array[Types::FindingAggregationAccountDetails]
Returns the value of attribute top_accounts.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def top_accounts @top_accounts end |
#total_active_findings ⇒ ::Integer
Returns the value of attribute total_active_findings.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def total_active_findings @total_active_findings end |
#total_archived_findings ⇒ ::Integer
Returns the value of attribute total_archived_findings.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def total_archived_findings @total_archived_findings end |
#total_resolved_findings ⇒ ::Integer
Returns the value of attribute total_resolved_findings.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def total_resolved_findings @total_resolved_findings end |
#unused_access_type_statistics ⇒ ::Array[Types::UnusedAccessTypeStatistics]
Returns the value of attribute unused_access_type_statistics.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def unused_access_type_statistics @unused_access_type_statistics end |