Class: Aws::Inspector2::Types::CancelFindingsReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CancelFindingsReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_id ⇒ String
The ID of the canceled report.
Instance Attribute Details
#report_id ⇒ String
The ID of the canceled report.
965 966 967 968 969 |
# File 'lib/aws-sdk-inspector2/types.rb', line 965 class CancelFindingsReportResponse < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |