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.
2251 2252 2253 2254 2255 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2251 class CreateFindingsReportResponse < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |