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

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

Overview

Note:

When making an API call, you may pass UpdateThreatIntelSetRequest data as a hash:

{
  activate: false,
  detector_id: "__string", # required
  location: "Location",
  name: "Name",
  threat_intel_set_id: "__string", # required
}

Update Threat Intel Set Request

Instance Attribute Summary collapse

Instance Attribute Details

#activateBoolean

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

Returns:

  • (Boolean)


2908
2909
2910
2911
2912
2913
2914
2915
# File 'lib/aws-sdk-guardduty/types.rb', line 2908

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

#detector_idString

Returns:

  • (String)


2908
2909
2910
2911
2912
2913
2914
2915
# File 'lib/aws-sdk-guardduty/types.rb', line 2908

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

#locationString

The updated URI of the file that contains the ThreateIntelSet. For example (s3.us-west-2.amazonaws.com/my-bucket/my-object-key)

Returns:

  • (String)


2908
2909
2910
2911
2912
2913
2914
2915
# File 'lib/aws-sdk-guardduty/types.rb', line 2908

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

#nameString

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

Returns:

  • (String)


2908
2909
2910
2911
2912
2913
2914
2915
# File 'lib/aws-sdk-guardduty/types.rb', line 2908

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

#threat_intel_set_idString

Returns:

  • (String)


2908
2909
2910
2911
2912
2913
2914
2915
# File 'lib/aws-sdk-guardduty/types.rb', line 2908

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