Class: Aws::Types::ReservationResourceSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ReservationResourceSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute channel_class.
-
#codec ⇒ "MPEG2", ...
Returns the value of attribute codec.
-
#maximum_bitrate ⇒ "MAX_10_MBPS", ...
Returns the value of attribute maximum_bitrate.
-
#maximum_framerate ⇒ "MAX_30_FPS", "MAX_60_FPS"
Returns the value of attribute maximum_framerate.
-
#resolution ⇒ "SD", ...
Returns the value of attribute resolution.
-
#resource_type ⇒ "INPUT", ...
Returns the value of attribute resource_type.
-
#special_feature ⇒ "ADVANCED_AUDIO", ...
Returns the value of attribute special_feature.
-
#video_quality ⇒ "STANDARD", ...
Returns the value of attribute video_quality.
Instance Attribute Details
#channel_class ⇒ "STANDARD", "SINGLE_PIPELINE"
Returns the value of attribute channel_class.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def channel_class @channel_class end |
#codec ⇒ "MPEG2", ...
Returns the value of attribute codec.
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.
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.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def maximum_framerate @maximum_framerate end |
#resolution ⇒ "SD", ...
Returns the value of attribute resolution.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def resolution @resolution end |
#resource_type ⇒ "INPUT", ...
Returns the value of attribute resource_type.
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.
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.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def video_quality @video_quality end |