Class: Aws::Types::FindingsStatistics

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

Defined Under Namespace

Classes: ExternalAccessFindingsStatistics, InternalAccessFindingsStatistics, Unknown, UnusedAccessFindingsStatistics

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_access_findings_statisticsTypes::ExternalAccessFindingsStatistics

Returns the value of attribute external_access_findings_statistics.



496
497
498
# File 'sig/types.rbs', line 496

def external_access_findings_statistics
  @external_access_findings_statistics
end

#internal_access_findings_statisticsTypes::InternalAccessFindingsStatistics

Returns the value of attribute internal_access_findings_statistics.



497
498
499
# File 'sig/types.rbs', line 497

def internal_access_findings_statistics
  @internal_access_findings_statistics
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


499
500
501
# File 'sig/types.rbs', line 499

def unknown
  @unknown
end

#unused_access_findings_statisticsTypes::UnusedAccessFindingsStatistics

Returns the value of attribute unused_access_findings_statistics.



498
499
500
# File 'sig/types.rbs', line 498

def unused_access_findings_statistics
  @unused_access_findings_statistics
end