Class: Aws::AccessAnalyzer::Types::GetFindingsStatisticsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyzer_arnString

The ARN of the analyzer used to generate the statistics.

Returns:

  • (String)


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