Class: Aws::MediaLive::Types::ListReservationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListReservationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #channel_class ⇒ String
- #codec ⇒ String
- #max_results ⇒ Integer
- #maximum_bitrate ⇒ String
- #maximum_framerate ⇒ String
- #next_token ⇒ String
- #resolution ⇒ String
- #resource_type ⇒ String
- #special_feature ⇒ String
- #video_quality ⇒ String
Instance Attribute Details
#channel_class ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#codec ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#maximum_bitrate ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#maximum_framerate ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#resolution ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#special_feature ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |
#video_quality ⇒ String
8181 8182 8183 8184 8185 8186 8187 8188 8189 8190 8191 8192 8193 8194 |
# File 'lib/aws-sdk-medialive/types.rb', line 8181 class ListReservationsRequest < Struct.new( :channel_class, :codec, :max_results, :maximum_bitrate, :maximum_framerate, :next_token, :resolution, :resource_type, :special_feature, :video_quality) SENSITIVE = [] include Aws::Structure end |