Class: Aws::Firehose::Types::DatabaseSourceVPCConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Firehose::Types::DatabaseSourceVPCConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-firehose/types.rb
 
Overview
Amazon Data Firehose is in preview release and is subject to change.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpc_endpoint_service_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Data Firehose is in preview release and is subject to change.
 
Instance Attribute Details
#vpc_endpoint_service_name ⇒ String
Amazon Data Firehose is in preview release and is subject to change.
      1186 1187 1188 1189 1190  | 
    
      # File 'lib/aws-sdk-firehose/types.rb', line 1186 class DatabaseSourceVPCConfiguration < Struct.new( :vpc_endpoint_service_name) SENSITIVE = [] include Aws::Structure end  |