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:

  • (::Integer)


196
197
198
# File 'sig/types.rbs', line 196

def max_abr_bitrate
  @max_abr_bitrate
end

#max_quality_level::Float

Returns the value of attribute max_quality_level.

Returns:

  • (::Float)


197
198
199
# File 'sig/types.rbs', line 197

def max_quality_level
  @max_quality_level
end

#max_renditions::Integer

Returns the value of attribute max_renditions.

Returns:

  • (::Integer)


198
199
200
# File 'sig/types.rbs', line 198

def max_renditions
  @max_renditions
end

#min_abr_bitrate::Integer

Returns the value of attribute min_abr_bitrate.

Returns:

  • (::Integer)


199
200
201
# File 'sig/types.rbs', line 199

def min_abr_bitrate
  @min_abr_bitrate
end

#rules::Array[Types::AutomatedAbrRule]

Returns the value of attribute rules.

Returns:



200
201
202
# File 'sig/types.rbs', line 200

def rules
  @rules
end