class Aws::GuardDuty::Types::UpdateThreatIntelSetRequest

@note When making an API call, you may pass UpdateThreatIntelSetRequest

data as a hash:

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

@!attribute [rw] detector_id

The detectorID that specifies the GuardDuty service whose
ThreatIntelSet you want to update.
@return [String]

@!attribute [rw] threat_intel_set_id

The unique ID that specifies the ThreatIntelSet that you want to
update.
@return [String]

@!attribute [rw] name

The unique ID that specifies the ThreatIntelSet that you want to
update.
@return [String]

@!attribute [rw] location

The updated URI of the file that contains the ThreateIntelSet.
@return [String]

@!attribute [rw] activate

The updated Boolean value that specifies whether the ThreateIntelSet
is active or not.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/UpdateThreatIntelSetRequest AWS API Documentation

Constants

SENSITIVE