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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8341
8342
8343
8344
8345
8346
8347
# File 'lib/aws-sdk-guardduty/types.rb', line 8341

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.



8341
8342
8343
8344
8345
8346
8347
# File 'lib/aws-sdk-guardduty/types.rb', line 8341

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.

Returns:

  • (String)


8341
8342
8343
8344
8345
8346
8347
# File 'lib/aws-sdk-guardduty/types.rb', line 8341

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