Class: Aws::GuardDuty::Types::CreatePublishingDestinationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::CreatePublishingDestinationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the publishing destination that is created.
 
Instance Attribute Details
#destination_id ⇒ String
The ID of the publishing destination that is created.
      1737 1738 1739 1740 1741  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1737 class CreatePublishingDestinationResponse < Struct.new( :destination_id) SENSITIVE = [] include Aws::Structure end  |