You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateThreatIntelSetRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#activateBoolean

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

Returns:

  • (Boolean)

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

#detector_idString

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

Returns:

  • (String)

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

#locationString

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

Returns:

  • (String)

    The updated URI of the file that contains the ThreateIntelSet.

#nameString

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

Returns:

  • (String)

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

#threat_intel_set_idString

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

Returns:

  • (String)

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