Class: Aws::NetworkFirewall::Types::GetAnalysisReportResultsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::GetAnalysisReportResultsResponse
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_report_results ⇒ Array<Types::AnalysisTypeReportResult>
Retrieves the results of a traffic analysis report.
-
#analysis_type ⇒ String
The type of traffic that will be used to generate a report.
-
#end_time ⇒ Time
The date and time, up to the current date, from which to stop retrieving analysis data, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ). -
#next_token ⇒ String
When you request a list of objects with a
MaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns aNextTokenvalue in the response. -
#report_time ⇒ Time
The date and time the analysis report was ran.
-
#start_time ⇒ Time
The date and time within the last 30 days from which to start retrieving analysis data, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ.. -
#status ⇒ String
The status of the analysis report you specify.
Instance Attribute Details
#analysis_report_results ⇒ Array<Types::AnalysisTypeReportResult>
Retrieves the results of a traffic analysis report.
4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4424 class GetAnalysisReportResultsResponse < Struct.new( :status, :start_time, :end_time, :report_time, :analysis_type, :next_token, :analysis_report_results) SENSITIVE = [] include Aws::Structure end |
#analysis_type ⇒ String
The type of traffic that will be used to generate a report.
4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4424 class GetAnalysisReportResultsResponse < Struct.new( :status, :start_time, :end_time, :report_time, :analysis_type, :next_token, :analysis_report_results) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The date and time, up to the current date, from which to stop
retrieving analysis data, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4424 class GetAnalysisReportResultsResponse < Struct.new( :status, :start_time, :end_time, :report_time, :analysis_type, :next_token, :analysis_report_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When you request a list of objects with a MaxResults setting, if
the number of objects that are still available for retrieval exceeds
the maximum you requested, Network Firewall returns a NextToken
value in the response. To retrieve the next batch of objects, use
the token returned from the prior request in your next request.
4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4424 class GetAnalysisReportResultsResponse < Struct.new( :status, :start_time, :end_time, :report_time, :analysis_type, :next_token, :analysis_report_results) SENSITIVE = [] include Aws::Structure end |
#report_time ⇒ Time
The date and time the analysis report was ran.
4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4424 class GetAnalysisReportResultsResponse < Struct.new( :status, :start_time, :end_time, :report_time, :analysis_type, :next_token, :analysis_report_results) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time within the last 30 days from which to start
retrieving analysis data, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ.
4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4424 class GetAnalysisReportResultsResponse < Struct.new( :status, :start_time, :end_time, :report_time, :analysis_type, :next_token, :analysis_report_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the analysis report you specify. Statuses include
RUNNING, COMPLETED, or FAILED.
4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4424 class GetAnalysisReportResultsResponse < Struct.new( :status, :start_time, :end_time, :report_time, :analysis_type, :next_token, :analysis_report_results) SENSITIVE = [] include Aws::Structure end |