Class: Aws::Types::UnusedAccessFindingsStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



1172
1173
1174
# File 'sig/types.rbs', line 1172

def unused_access_type_statistics
  @unused_access_type_statistics
end