Class: Aws::GuardDuty::Types::CreatePublishingDestinationResponse

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 that is created.

Returns:

  • (String)


1602
1603
1604
1605
1606
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1602

class CreatePublishingDestinationResponse < Struct.new(
  :destination_id)
  SENSITIVE = []
  include Aws::Structure
end