Class: Aws::GuardDuty::Types::UnarchiveFindingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The ID of the detector associated with the findings to unarchive.

Returns:

  • (String)


7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-guardduty/types.rb', line 7496

class UnarchiveFindingsRequest < Struct.new(
  :detector_id,
  :finding_ids)
  SENSITIVE = []
  include Aws::Structure
end

#finding_idsArray<String>

The IDs of the findings to unarchive.

Returns:

  • (Array<String>)


7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-guardduty/types.rb', line 7496

class UnarchiveFindingsRequest < Struct.new(
  :detector_id,
  :finding_ids)
  SENSITIVE = []
  include Aws::Structure
end