Class: Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessLogKinesisDataFirehoseDestination
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Options for Kinesis as a logging destination.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delivery_status  ⇒ Types::VerifiedAccessLogDeliveryStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The delivery status.
 - 
  
    
      #delivery_stream  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the delivery stream.
 - 
  
    
      #enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether logging is enabled.
 
Instance Attribute Details
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
The delivery status.
      72700 72701 72702 72703 72704 72705 72706  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72700 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_stream ⇒ String
The ID of the delivery stream.
      72700 72701 72702 72703 72704 72705 72706  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72700 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end  | 
  
#enabled ⇒ Boolean
Indicates whether logging is enabled.
      72700 72701 72702 72703 72704 72705 72706  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72700 class VerifiedAccessLogKinesisDataFirehoseDestination < Struct.new( :enabled, :delivery_status, :delivery_stream) SENSITIVE = [] include Aws::Structure end  |