Class: Aws::MediaLive::Types::ListReservationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Note:

When making an API call, you may pass ListReservationsRequest data as a hash:

{
  channel_class: "__string",
  codec: "__string",
  max_results: 1,
  maximum_bitrate: "__string",
  maximum_framerate: "__string",
  next_token: "__string",
  resolution: "__string",
  resource_type: "__string",
  special_feature: "__string",
  video_quality: "__string",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_classString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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

#codecString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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_resultsInteger

Returns:

  • (Integer)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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_bitrateString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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_framerateString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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_tokenString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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

#resolutionString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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_typeString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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_featureString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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_qualityString

Returns:

  • (String)


11553
11554
11555
11556
11557
11558
11559
11560
11561
11562
11563
11564
11565
11566
# File 'lib/aws-sdk-medialive/types.rb', line 11553

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