Class: Aws::Inspector2::Types::GetFindingsReportStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetFindingsReportStatusResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::Destination
The destination of the report.
-
#error_code ⇒ String
The error code of the report.
-
#error_message ⇒ String
The error message of the report.
-
#filter_criteria ⇒ Types::FilterCriteria
The filter criteria associated with the report.
-
#report_id ⇒ String
The ID of the report.
-
#status ⇒ String
The status of the report.
Instance Attribute Details
#destination ⇒ Types::Destination
The destination of the report.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2333 class GetFindingsReportStatusResponse < Struct.new( :destination, :error_code, :error_message, :filter_criteria, :report_id, :status) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code of the report.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2333 class GetFindingsReportStatusResponse < Struct.new( :destination, :error_code, :error_message, :filter_criteria, :report_id, :status) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message of the report.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2333 class GetFindingsReportStatusResponse < Struct.new( :destination, :error_code, :error_message, :filter_criteria, :report_id, :status) SENSITIVE = [] include Aws::Structure end |
#filter_criteria ⇒ Types::FilterCriteria
The filter criteria associated with the report.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2333 class GetFindingsReportStatusResponse < Struct.new( :destination, :error_code, :error_message, :filter_criteria, :report_id, :status) SENSITIVE = [] include Aws::Structure end |
#report_id ⇒ String
The ID of the report.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2333 class GetFindingsReportStatusResponse < Struct.new( :destination, :error_code, :error_message, :filter_criteria, :report_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the report.
2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2333 class GetFindingsReportStatusResponse < Struct.new( :destination, :error_code, :error_message, :filter_criteria, :report_id, :status) SENSITIVE = [] include Aws::Structure end |