Class: Aws::MediaLive::Types::ReservationResourceSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::ReservationResourceSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Resource configuration (codec, resolution, bitrate, …)
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channel_class  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Channel class, e.g.
 - 
  
    
      #codec  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Codec, e.g.
 - 
  
    
      #maximum_bitrate  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum bitrate, e.g.
 - 
  
    
      #maximum_framerate  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum framerate, e.g.
 - 
  
    
      #resolution  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Resolution, e.g.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Resource type, ‘INPUT’, ‘OUTPUT’, ‘MULTIPLEX’, or ‘CHANNEL’.
 - 
  
    
      #special_feature  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Special feature, e.g.
 - 
  
    
      #video_quality  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Video quality, e.g.
 
Instance Attribute Details
#channel_class ⇒ String
Channel class, e.g. ‘STANDARD’
      10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10744 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end  | 
  
#codec ⇒ String
Codec, e.g. ‘AVC’
      10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10744 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end  | 
  
#maximum_bitrate ⇒ String
Maximum bitrate, e.g. ‘MAX_20_MBPS’
      10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10744 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end  | 
  
#maximum_framerate ⇒ String
Maximum framerate, e.g. ‘MAX_30_FPS’ (Outputs only)
      10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10744 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end  | 
  
#resolution ⇒ String
Resolution, e.g. ‘HD’
      10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10744 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
Resource type, ‘INPUT’, ‘OUTPUT’, ‘MULTIPLEX’, or ‘CHANNEL’
      10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10744 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end  | 
  
#special_feature ⇒ String
Special feature, e.g. ‘AUDIO_NORMALIZATION’ (Channels only)
      10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10744 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end  | 
  
#video_quality ⇒ String
Video quality, e.g. ‘STANDARD’ (Outputs only)
      10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10744 class ReservationResourceSpecification < Struct.new( :channel_class, :codec, :maximum_bitrate, :maximum_framerate, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end  |