Class: Aws::Types::ListReservationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListReservationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_class ⇒ ::String
Returns the value of attribute channel_class.
-
#codec ⇒ ::String
Returns the value of attribute codec.
-
#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.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def channel_class @channel_class end |
#codec ⇒ ::String
Returns the value of attribute codec.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def codec @codec end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def max_results @max_results end |
#maximum_bitrate ⇒ ::String
Returns the value of attribute maximum_bitrate.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def maximum_bitrate @maximum_bitrate end |
#maximum_framerate ⇒ ::String
Returns the value of attribute maximum_framerate.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def maximum_framerate @maximum_framerate end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def next_token @next_token end |
#resolution ⇒ ::String
Returns the value of attribute resolution.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def resolution @resolution end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def resource_type @resource_type end |
#special_feature ⇒ ::String
Returns the value of attribute special_feature.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def special_feature @special_feature end |
#video_quality ⇒ ::String
Returns the value of attribute video_quality.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def video_quality @video_quality end |