Class: Aws::AccessAnalyzer::Types::GetFindingsStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetFindingsStatisticsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer] used to generate the statistics.
Instance Attribute Details
#analyzer_arn ⇒ String
The [ARN of the analyzer] used to generate the statistics.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
2386 2387 2388 2389 2390 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2386 class GetFindingsStatisticsRequest < Struct.new( :analyzer_arn) SENSITIVE = [] include Aws::Structure end |