class Aws::GuardDuty::Types::UpdateIPSetRequest

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

data as a hash:

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

@!attribute [rw] detector_id

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

@!attribute [rw] ip_set_id

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

@!attribute [rw] name

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

@!attribute [rw] location

The updated URI of the file that contains the IPSet. For example:
https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
@return [String]

@!attribute [rw] activate

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

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

Constants

SENSITIVE