class Aws::GuardDuty::Types::UpdatePublishingDestinationRequest

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

data as a hash:

    {
      detector_id: "DetectorId", # required
      destination_id: "String", # required
      destination_properties: {
        destination_arn: "String",
        kms_key_arn: "String",
      },
    }

@!attribute [rw] detector_id

The ID of the detector associated with the publishing destinations
to update.
@return [String]

@!attribute [rw] destination_id

The ID of the publishing destination to update.
@return [String]

@!attribute [rw] destination_properties

A `DestinationProperties` object that includes the `DestinationArn`
and `KmsKeyArn` of the publishing destination.
@return [Types::DestinationProperties]

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

Constants

SENSITIVE