Class: Aws::GuardDuty::Types::CreateThreatIntelSetResponse

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

Overview

CreateThreatIntelSet response object.

Instance Attribute Summary collapse

Instance Attribute Details

#threat_intel_set_idString

The unique identifier for an threat intel set

Returns:

  • (String)


623
624
625
626
# File 'lib/aws-sdk-guardduty/types.rb', line 623

class CreateThreatIntelSetResponse < Struct.new(
  :threat_intel_set_id)
  include Aws::Structure
end