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

Class: Aws::GuardDuty::Types::UpdatePublishingDestinationRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#destination_idString

The ID of the publishing destination to update.

Returns:

  • (String)

    The ID of the publishing destination to update.

#destination_propertiesTypes::DestinationProperties

A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

Returns:

  • (Types::DestinationProperties)

    A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

#detector_idString

The ID of the detector associated with the publishing destinations to update.

Returns:

  • (String)

    The ID of the detector associated with the publishing destinations to update.