Class: Aws::Inspector2::Types::CreateFindingsReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateFindingsReportResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_id ⇒ String
The ID of the report.
Instance Attribute Details
#report_id ⇒ String
The ID of the report.
1069 1070 1071 1072 1073 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1069 class CreateFindingsReportResponse < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |