Class: Aws::AccessAnalyzer::Types::GetFindingsStatisticsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::GetFindingsStatisticsRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ String
The [ARN of the analyzer][1] used to generate the statistics.
Instance Attribute Details
#analyzer_arn ⇒ String
The ARN of the analyzer used to generate the statistics.
2434 2435 2436 2437 2438 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2434 class GetFindingsStatisticsRequest < Struct.new( :analyzer_arn) SENSITIVE = [] include Aws::Structure end |