Class: Aws::Types::ReservationResourceSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_class"STANDARD", "SINGLE_PIPELINE"

Returns the value of attribute channel_class.

Returns:

  • ("STANDARD", "SINGLE_PIPELINE")


2785
2786
2787
# File 'sig/types.rbs', line 2785

def channel_class
  @channel_class
end

#codec"MPEG2", ...

Returns the value of attribute codec.

Returns:

  • ("MPEG2", "AVC", "HEVC", "AUDIO", "LINK", "AV1")


2786
2787
2788
# File 'sig/types.rbs', line 2786

def codec
  @codec
end

#maximum_bitrate"MAX_10_MBPS", ...

Returns the value of attribute maximum_bitrate.

Returns:

  • ("MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS")


2787
2788
2789
# File 'sig/types.rbs', line 2787

def maximum_bitrate
  @maximum_bitrate
end

#maximum_framerate"MAX_30_FPS", "MAX_60_FPS"

Returns the value of attribute maximum_framerate.

Returns:

  • ("MAX_30_FPS", "MAX_60_FPS")


2788
2789
2790
# File 'sig/types.rbs', line 2788

def maximum_framerate
  @maximum_framerate
end

#resolution"SD", ...

Returns the value of attribute resolution.

Returns:

  • ("SD", "HD", "FHD", "UHD")


2789
2790
2791
# File 'sig/types.rbs', line 2789

def resolution
  @resolution
end

#resource_type"INPUT", ...

Returns the value of attribute resource_type.

Returns:

  • ("INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL")


2790
2791
2792
# File 'sig/types.rbs', line 2790

def resource_type
  @resource_type
end

#special_feature"ADVANCED_AUDIO", ...

Returns the value of attribute special_feature.

Returns:

  • ("ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD")


2791
2792
2793
# File 'sig/types.rbs', line 2791

def special_feature
  @special_feature
end

#video_quality"STANDARD", ...

Returns the value of attribute video_quality.

Returns:

  • ("STANDARD", "ENHANCED", "PREMIUM")


2792
2793
2794
# File 'sig/types.rbs', line 2792

def video_quality
  @video_quality
end