Class: Aws::Types::AutomatedAbrSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_abr_bitrate::Integer

Returns the value of attribute max_abr_bitrate.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def max_abr_bitrate
  @max_abr_bitrate
end

#max_quality_level::Float

Returns the value of attribute max_quality_level.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def max_quality_level
  @max_quality_level
end

#max_renditions::Integer

Returns the value of attribute max_renditions.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def max_renditions
  @max_renditions
end

#min_abr_bitrate::Integer

Returns the value of attribute min_abr_bitrate.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def min_abr_bitrate
  @min_abr_bitrate
end

#rules::Array[Types::AutomatedAbrRule]

Returns the value of attribute rules.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def rules
  @rules
end