Class: Aws::MediaLive::Types::InputDestinationVpc
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputDestinationVpc
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
The properties for a VPC type input destination.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The availability zone of the Input destination.
 - 
  
    
      #network_interface_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network interface ID of the Input destination in the VPC.
 
Instance Attribute Details
#availability_zone ⇒ String
The availability zone of the Input destination.
      6710 6711 6712 6713 6714 6715  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6710 class InputDestinationVpc < Struct.new( :availability_zone, :network_interface_id) SENSITIVE = [] include Aws::Structure end  | 
  
#network_interface_id ⇒ String
The network interface ID of the Input destination in the VPC.
      6710 6711 6712 6713 6714 6715  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 6710 class InputDestinationVpc < Struct.new( :availability_zone, :network_interface_id) SENSITIVE = [] include Aws::Structure end  |