Class: Aws::Types::FindingStatistics
- Inherits:
-
Object
- Object
- Aws::Types::FindingStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count_by_severity ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute count_by_severity.
-
#grouped_by_account ⇒ ::Array[Types::AccountStatistics]
Returns the value of attribute grouped_by_account.
-
#grouped_by_date ⇒ ::Array[Types::DateStatistics]
Returns the value of attribute grouped_by_date.
-
#grouped_by_finding_type ⇒ ::Array[Types::FindingTypeStatistics]
Returns the value of attribute grouped_by_finding_type.
-
#grouped_by_resource ⇒ ::Array[Types::ResourceStatistics]
Returns the value of attribute grouped_by_resource.
-
#grouped_by_severity ⇒ ::Array[Types::SeverityStatistics]
Returns the value of attribute grouped_by_severity.
Instance Attribute Details
#count_by_severity ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute count_by_severity.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def count_by_severity @count_by_severity end |
#grouped_by_account ⇒ ::Array[Types::AccountStatistics]
Returns the value of attribute grouped_by_account.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def grouped_by_account @grouped_by_account end |
#grouped_by_date ⇒ ::Array[Types::DateStatistics]
Returns the value of attribute grouped_by_date.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def grouped_by_date @grouped_by_date end |
#grouped_by_finding_type ⇒ ::Array[Types::FindingTypeStatistics]
Returns the value of attribute grouped_by_finding_type.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def grouped_by_finding_type @grouped_by_finding_type end |
#grouped_by_resource ⇒ ::Array[Types::ResourceStatistics]
Returns the value of attribute grouped_by_resource.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def grouped_by_resource @grouped_by_resource end |
#grouped_by_severity ⇒ ::Array[Types::SeverityStatistics]
Returns the value of attribute grouped_by_severity.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def grouped_by_severity @grouped_by_severity end |