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)


4081
4082
4083
4084
4085
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4081

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