Class: Aws::MediaLive::Types::Scte35DeliveryRestrictions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::Scte35DeliveryRestrictions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Corresponds to SCTE-35 delivery_not_restricted_flag parameter. To declare delivery restrictions, include this element and its four “restriction” flags. To declare that there are no restrictions, omit this element.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #archive_allowed_flag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to SCTE-35 archive_allowed_flag.
 - 
  
    
      #device_restrictions  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to SCTE-35 device_restrictions parameter.
 - 
  
    
      #no_regional_blackout_flag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to SCTE-35 no_regional_blackout_flag parameter.
 - 
  
    
      #web_delivery_allowed_flag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to SCTE-35 web_delivery_allowed_flag parameter.
 
Instance Attribute Details
#archive_allowed_flag ⇒ String
Corresponds to SCTE-35 archive_allowed_flag.
      11149 11150 11151 11152 11153 11154 11155 11156  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 11149 class Scte35DeliveryRestrictions < Struct.new( :archive_allowed_flag, :device_restrictions, :no_regional_blackout_flag, :web_delivery_allowed_flag) SENSITIVE = [] include Aws::Structure end  | 
  
#device_restrictions ⇒ String
Corresponds to SCTE-35 device_restrictions parameter.
      11149 11150 11151 11152 11153 11154 11155 11156  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 11149 class Scte35DeliveryRestrictions < Struct.new( :archive_allowed_flag, :device_restrictions, :no_regional_blackout_flag, :web_delivery_allowed_flag) SENSITIVE = [] include Aws::Structure end  | 
  
#no_regional_blackout_flag ⇒ String
Corresponds to SCTE-35 no_regional_blackout_flag parameter.
      11149 11150 11151 11152 11153 11154 11155 11156  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 11149 class Scte35DeliveryRestrictions < Struct.new( :archive_allowed_flag, :device_restrictions, :no_regional_blackout_flag, :web_delivery_allowed_flag) SENSITIVE = [] include Aws::Structure end  | 
  
#web_delivery_allowed_flag ⇒ String
Corresponds to SCTE-35 web_delivery_allowed_flag parameter.
      11149 11150 11151 11152 11153 11154 11155 11156  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 11149 class Scte35DeliveryRestrictions < Struct.new( :archive_allowed_flag, :device_restrictions, :no_regional_blackout_flag, :web_delivery_allowed_flag) SENSITIVE = [] include Aws::Structure end  |