Class: Aws::GuardDuty::Types::DescribePublishingDestinationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::DescribePublishingDestinationResponse
 
 
- 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.
 - 
  
    
      #destination_properties  ⇒ Types::DestinationProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A ‘DestinationProperties` object that includes the `DestinationArn` and `KmsKeyArn` of the publishing destination.
 - 
  
    
      #destination_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of publishing destination.
 - 
  
    
      #publishing_failure_start_timestamp  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the publishing destination.
 
Instance Attribute Details
#destination_id ⇒ String
The ID of the publishing destination.
      2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2526 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_properties ⇒ Types::DestinationProperties
A ‘DestinationProperties` object that includes the `DestinationArn` and `KmsKeyArn` of the publishing destination.
      2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2526 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_type ⇒ String
The type of publishing destination. Currently, only Amazon S3 buckets are supported.
      2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2526 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#publishing_failure_start_timestamp ⇒ Integer
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.
      2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2526 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the publishing destination.
      2526 2527 2528 2529 2530 2531 2532 2533 2534  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2526 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end  |