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

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

#threat_intel_set_idString

The ID of the ThreatIntelSet resource.

Returns:

  • (String)


1676
1677
1678
1679
1680
# File 'lib/aws-sdk-guardduty/types.rb', line 1676

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