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.
4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4133 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.
4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4133 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.
4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4133 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.
4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4133 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.
4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4133 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.
4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4133 class GetFindingsReportStatusResponse < Struct.new( :destination, :error_code, :error_message, :filter_criteria, :report_id, :status) SENSITIVE = [] include Aws::Structure end |