Class: Aws::AccessAnalyzer::Types::ResourceTypeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::ResourceTypeDetails
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about the total number of active cross-account and public findings for a resource type of an external access analyzer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#total_active_cross_account ⇒ Integer
The total number of active cross-account findings for the resource type.
-
#total_active_errors ⇒ Integer
The total number of active errors for the resource type.
-
#total_active_public ⇒ Integer
The total number of active public findings for the resource type.
Instance Attribute Details
#total_active_cross_account ⇒ Integer
The total number of active cross-account findings for the resource type.
3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3944 class ResourceTypeDetails < Struct.new( :total_active_public, :total_active_cross_account, :total_active_errors) SENSITIVE = [] include Aws::Structure end |
#total_active_errors ⇒ Integer
The total number of active errors for the resource type.
3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3944 class ResourceTypeDetails < Struct.new( :total_active_public, :total_active_cross_account, :total_active_errors) SENSITIVE = [] include Aws::Structure end |
#total_active_public ⇒ Integer
The total number of active public findings for the resource type.
3944 3945 3946 3947 3948 3949 3950 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3944 class ResourceTypeDetails < Struct.new( :total_active_public, :total_active_cross_account, :total_active_errors) SENSITIVE = [] include Aws::Structure end |