Class: Aws::GuardDuty::Types::UpdatePublishingDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdatePublishingDestinationRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_id ⇒ String
The ID of the publishing destination to update.
-
#destination_properties ⇒ Types::DestinationProperties
A
DestinationPropertiesobject that includes theDestinationArnandKmsKeyArnof the publishing destination. -
#detector_id ⇒ String
The ID of the detector associated with the publishing destinations to update.
Instance Attribute Details
#destination_id ⇒ String
The ID of the publishing destination to update.
11525 11526 11527 11528 11529 11530 11531 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11525 class UpdatePublishingDestinationRequest < Struct.new( :detector_id, :destination_id, :destination_properties) SENSITIVE = [] include Aws::Structure end |
#destination_properties ⇒ Types::DestinationProperties
A DestinationProperties object that includes the DestinationArn
and KmsKeyArn of the publishing destination.
11525 11526 11527 11528 11529 11530 11531 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11525 class UpdatePublishingDestinationRequest < Struct.new( :detector_id, :destination_id, :destination_properties) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
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.
11525 11526 11527 11528 11529 11530 11531 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11525 class UpdatePublishingDestinationRequest < Struct.new( :detector_id, :destination_id, :destination_properties) SENSITIVE = [] include Aws::Structure end |