Class: Aws::Inspector2::Types::GetFindingsReportStatusRequest

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 to retrieve the status of.

Returns:

  • (String)


4007
4008
4009
4010
4011
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4007

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