Class: Aws::GuardDuty::Types::GetThreatIntelSetRequest

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 GetThreatIntelSetRequest 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)


1461
1462
1463
1464
1465
# File 'lib/aws-sdk-guardduty/types.rb', line 1461

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

#threat_intel_set_idString

Returns:

  • (String)


1461
1462
1463
1464
1465
# File 'lib/aws-sdk-guardduty/types.rb', line 1461

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