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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#threat_intel_set_idString

The ID of the ThreatIntelSet resource.

Returns:

  • (String)


1684
1685
1686
1687
1688
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1684

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