Class: Aws::Types::ListOfferingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListOfferingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_class ⇒ ::String
Returns the value of attribute channel_class.
-
#channel_configuration ⇒ ::String
Returns the value of attribute channel_configuration.
-
#codec ⇒ ::String
Returns the value of attribute codec.
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#maximum_bitrate ⇒ ::String
Returns the value of attribute maximum_bitrate.
-
#maximum_framerate ⇒ ::String
Returns the value of attribute maximum_framerate.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resolution ⇒ ::String
Returns the value of attribute resolution.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#special_feature ⇒ ::String
Returns the value of attribute special_feature.
-
#video_quality ⇒ ::String
Returns the value of attribute video_quality.
Instance Attribute Details
#channel_class ⇒ ::String
Returns the value of attribute channel_class.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def channel_class @channel_class end |
#channel_configuration ⇒ ::String
Returns the value of attribute channel_configuration.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def channel_configuration @channel_configuration end |
#codec ⇒ ::String
Returns the value of attribute codec.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def codec @codec end |
#duration ⇒ ::String
Returns the value of attribute duration.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def duration @duration end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def max_results @max_results end |
#maximum_bitrate ⇒ ::String
Returns the value of attribute maximum_bitrate.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def maximum_bitrate @maximum_bitrate end |
#maximum_framerate ⇒ ::String
Returns the value of attribute maximum_framerate.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def maximum_framerate @maximum_framerate end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def next_token @next_token end |
#resolution ⇒ ::String
Returns the value of attribute resolution.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def resolution @resolution end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def resource_type @resource_type end |
#special_feature ⇒ ::String
Returns the value of attribute special_feature.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def special_feature @special_feature end |
#video_quality ⇒ ::String
Returns the value of attribute video_quality.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def video_quality @video_quality end |