Class: Aws::MediaLive::Types::ReservationResourceSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Resource configuration (codec, resolution, bitrate, ...)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_classString

Channel class, e.g. 'STANDARD'

Returns:

  • (String)


10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10743

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#codecString

Codec, e.g. 'AVC'

Returns:

  • (String)


10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10743

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_bitrateString

Maximum bitrate, e.g. 'MAX_20_MBPS'

Returns:

  • (String)


10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10743

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_framerateString

Maximum framerate, e.g. 'MAX_30_FPS' (Outputs only)

Returns:

  • (String)


10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10743

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#resolutionString

Resolution, e.g. 'HD'

Returns:

  • (String)


10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10743

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'

Returns:

  • (String)


10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10743

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#special_featureString

Special feature, e.g. 'AUDIO_NORMALIZATION' (Channels only)

Returns:

  • (String)


10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10743

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end

#video_qualityString

Video quality, e.g. 'STANDARD' (Outputs only)

Returns:

  • (String)


10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10743

class ReservationResourceSpecification < Struct.new(
  :channel_class,
  :codec,
  :maximum_bitrate,
  :maximum_framerate,
  :resolution,
  :resource_type,
  :special_feature,
  :video_quality)
  SENSITIVE = []
  include Aws::Structure
end