Class: Aws::GuardDuty::Types::DeleteThreatIntelSetRequest

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

Overview

Note:

When making an API call, you may pass DeleteThreatIntelSetRequest data as a hash:

{
  detector_id: "__string", # required
  threat_intel_set_id: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

Returns:

  • (String)


828
829
830
831
832
# File 'lib/aws-sdk-guardduty/types.rb', line 828

class DeleteThreatIntelSetRequest < Struct.new(
  :detector_id,
  :threat_intel_set_id)
  include Aws::Structure
end

#threat_intel_set_idString

Returns:

  • (String)


828
829
830
831
832
# File 'lib/aws-sdk-guardduty/types.rb', line 828

class DeleteThreatIntelSetRequest < Struct.new(
  :detector_id,
  :threat_intel_set_id)
  include Aws::Structure
end