Class: Aws::Types::GetFindingStatisticsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFindingStatisticsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#finding_criteria ⇒ Types::FindingCriteria
Returns the value of attribute finding_criteria.
-
#group_by ⇒ "resourcesAffected.s3Bucket.name", ...
Returns the value of attribute group_by.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#sort_criteria ⇒ Types::FindingStatisticsSortCriteria
Returns the value of attribute sort_criteria.
Instance Attribute Details
#finding_criteria ⇒ Types::FindingCriteria
Returns the value of attribute finding_criteria.
833 834 835 |
# File 'sig/types.rbs', line 833 def finding_criteria @finding_criteria end |
#group_by ⇒ "resourcesAffected.s3Bucket.name", ...
Returns the value of attribute group_by.
834 835 836 |
# File 'sig/types.rbs', line 834 def group_by @group_by end |
#size ⇒ ::Integer
Returns the value of attribute size.
835 836 837 |
# File 'sig/types.rbs', line 835 def size @size end |
#sort_criteria ⇒ Types::FindingStatisticsSortCriteria
Returns the value of attribute sort_criteria.
836 837 838 |
# File 'sig/types.rbs', line 836 def sort_criteria @sort_criteria end |