Class: Aws::NetworkFirewall::Types::StartAnalysisReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::StartAnalysisReportResponse
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_report_id ⇒ String
The unique ID of the query that ran when you requested an analysis report.
Instance Attribute Details
#analysis_report_id ⇒ String
The unique ID of the query that ran when you requested an analysis report.
5441 5442 5443 5444 5445 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5441 class StartAnalysisReportResponse < Struct.new( :analysis_report_id) SENSITIVE = [] include Aws::Structure end |