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)


1828
1829
1830
1831
1832
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1828

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