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.
3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3171 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.
3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3171 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.
3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3171 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.
3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3171 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.
3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3171 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.
3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3171 class GetFindingsReportStatusResponse < Struct.new( :destination, :error_code, :error_message, :filter_criteria, :report_id, :status) SENSITIVE = [] include Aws::Structure end |