Class: Aws::MediaLive::Types::OutputLocationRef
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::OutputLocationRef
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Reference to an OutputDestination ID defined in the channel
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#destination_ref_id ⇒ String
      10205 10206 10207 10208 10209  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10205 class OutputLocationRef < Struct.new( :destination_ref_id) SENSITIVE = [] include Aws::Structure end  |