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)


1115
1116
1117
1118
1119
# File 'lib/aws-sdk-guardduty/types.rb', line 1115

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