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.
5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5408 class GetFindingsReportStatusResponse < Struct.new( :report_id, :status, :error_code, :error_message, :destination, :filter_criteria) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code of the report.
5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5408 class GetFindingsReportStatusResponse < Struct.new( :report_id, :status, :error_code, :error_message, :destination, :filter_criteria) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message of the report.
5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5408 class GetFindingsReportStatusResponse < Struct.new( :report_id, :status, :error_code, :error_message, :destination, :filter_criteria) SENSITIVE = [] include Aws::Structure end |
#filter_criteria ⇒ Types::FilterCriteria
The filter criteria associated with the report.
5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5408 class GetFindingsReportStatusResponse < Struct.new( :report_id, :status, :error_code, :error_message, :destination, :filter_criteria) SENSITIVE = [] include Aws::Structure end |
#report_id ⇒ String
The ID of the report.
5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5408 class GetFindingsReportStatusResponse < Struct.new( :report_id, :status, :error_code, :error_message, :destination, :filter_criteria) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the report.
5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5408 class GetFindingsReportStatusResponse < Struct.new( :report_id, :status, :error_code, :error_message, :destination, :filter_criteria) SENSITIVE = [] include Aws::Structure end |