Class: Aws::Types::AutomatedAbrRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_renditions::Array[Types::AllowedRenditionSize]

Returns the value of attribute allowed_renditions.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def allowed_renditions
  @allowed_renditions
end

#force_include_renditions::Array[Types::ForceIncludeRenditionSize]

Returns the value of attribute force_include_renditions.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def force_include_renditions
  @force_include_renditions
end

#min_bottom_rendition_sizeTypes::MinBottomRenditionSize

Returns the value of attribute min_bottom_rendition_size.



189
190
191
# File 'sig/types.rbs', line 189

def min_bottom_rendition_size
  @min_bottom_rendition_size
end

#min_top_rendition_sizeTypes::MinTopRenditionSize

Returns the value of attribute min_top_rendition_size.



190
191
192
# File 'sig/types.rbs', line 190

def min_top_rendition_size
  @min_top_rendition_size
end

#type"MIN_TOP_RENDITION_SIZE", ...

Returns the value of attribute type.

Returns:

  • ("MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS")


191
192
193
# File 'sig/types.rbs', line 191

def type
  @type
end