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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_idString

The ID of the publishing destination to update.

Returns:

  • (String)


9780
9781
9782
9783
9784
9785
9786
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9780

class UpdatePublishingDestinationRequest < Struct.new(
  :detector_id,
  :destination_id,
  :destination_properties)
  SENSITIVE = []
  include Aws::Structure
end

#destination_propertiesTypes::DestinationProperties

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



9780
9781
9782
9783
9784
9785
9786
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9780

class UpdatePublishingDestinationRequest < Struct.new(
  :detector_id,
  :destination_id,
  :destination_properties)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

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

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

Returns:

  • (String)


9780
9781
9782
9783
9784
9785
9786
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9780

class UpdatePublishingDestinationRequest < Struct.new(
  :detector_id,
  :destination_id,
  :destination_properties)
  SENSITIVE = []
  include Aws::Structure
end