Class: Aws::Types::GetFindingStatisticsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finding_criteriaTypes::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.

Returns:

  • ("resourcesAffected.s3Bucket.name", "type", "classificationDetails.jobId", "severity.description")


834
835
836
# File 'sig/types.rbs', line 834

def group_by
  @group_by
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


835
836
837
# File 'sig/types.rbs', line 835

def size
  @size
end

#sort_criteriaTypes::FindingStatisticsSortCriteria

Returns the value of attribute sort_criteria.



836
837
838
# File 'sig/types.rbs', line 836

def sort_criteria
  @sort_criteria
end