Class: Aws::GuardDuty::Types::UpdateThreatIntelSetRequest

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

#activateBoolean

The updated Boolean value that specifies whether the ThreateIntelSet is active or not.

Returns:

  • (Boolean)


8395
8396
8397
8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8395

class UpdateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :threat_intel_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.

Returns:

  • (String)


8395
8396
8397
8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8395

class UpdateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :threat_intel_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The updated URI of the file that contains the ThreateIntelSet.

Returns:

  • (String)


8395
8396
8397
8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8395

class UpdateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :threat_intel_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The unique ID that specifies the ThreatIntelSet that you want to update.

Returns:

  • (String)


8395
8396
8397
8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8395

class UpdateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :threat_intel_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end

#threat_intel_set_idString

The unique ID that specifies the ThreatIntelSet that you want to update.

Returns:

  • (String)


8395
8396
8397
8398
8399
8400
8401
8402
8403
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8395

class UpdateThreatIntelSetRequest < Struct.new(
  :detector_id,
  :threat_intel_set_id,
  :name,
  :location,
  :activate)
  SENSITIVE = []
  include Aws::Structure
end