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)


10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10521

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)


10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10521

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)


10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10521

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)


10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10521

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)


10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10521

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)


10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10521

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)


10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10521

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)


10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10521

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