Class: Aws::Inspector2::Types::CreateFindingsReportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_idString

The ID of the report.

Returns:

  • (String)


2466
2467
2468
2469
2470
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2466

class CreateFindingsReportResponse < Struct.new(
  :report_id)
  SENSITIVE = []
  include Aws::Structure
end