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

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

#activateBoolean

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

Returns:

  • (Boolean)


9066
9067
9068
9069
9070
9071
9072
9073
9074
# File 'lib/aws-sdk-guardduty/types.rb', line 9066

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.

To find the ‘detectorId` in the current Region, see the Settings page in the GuardDuty console, or run the [ListDetectors] API.

[1]: docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html

Returns:

  • (String)


9066
9067
9068
9069
9070
9071
9072
9073
9074
# File 'lib/aws-sdk-guardduty/types.rb', line 9066

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)


9066
9067
9068
9069
9070
9071
9072
9073
9074
# File 'lib/aws-sdk-guardduty/types.rb', line 9066

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)


9066
9067
9068
9069
9070
9071
9072
9073
9074
# File 'lib/aws-sdk-guardduty/types.rb', line 9066

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)


9066
9067
9068
9069
9070
9071
9072
9073
9074
# File 'lib/aws-sdk-guardduty/types.rb', line 9066

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