Class: Aws::AccessAnalyzer::Types::UnusedAccessTypeStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UnusedAccessTypeStatistics
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about the total number of findings for a type of unused access.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#total ⇒ Integer
The total number of findings for the specified unused access type.
-
#unused_access_type ⇒ String
The type of unused access.
Instance Attribute Details
#total ⇒ Integer
The total number of findings for the specified unused access type.
5113 5114 5115 5116 5117 5118 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 5113 class UnusedAccessTypeStatistics < Struct.new( :unused_access_type, :total) SENSITIVE = [] include Aws::Structure end |
#unused_access_type ⇒ String
The type of unused access.
5113 5114 5115 5116 5117 5118 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 5113 class UnusedAccessTypeStatistics < Struct.new( :unused_access_type, :total) SENSITIVE = [] include Aws::Structure end |