Class: Aws::Types::AutomatedAbrRule
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedAbrRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_renditions ⇒ ::Array[Types::AllowedRenditionSize]
Returns the value of attribute allowed_renditions.
-
#force_include_renditions ⇒ ::Array[Types::ForceIncludeRenditionSize]
Returns the value of attribute force_include_renditions.
-
#min_bottom_rendition_size ⇒ Types::MinBottomRenditionSize
Returns the value of attribute min_bottom_rendition_size.
-
#min_top_rendition_size ⇒ Types::MinTopRenditionSize
Returns the value of attribute min_top_rendition_size.
-
#type ⇒ "MIN_TOP_RENDITION_SIZE", ...
Returns the value of attribute type.
Instance Attribute Details
#allowed_renditions ⇒ ::Array[Types::AllowedRenditionSize]
Returns the value of attribute allowed_renditions.
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.
188 189 190 |
# File 'sig/types.rbs', line 188 def force_include_renditions @force_include_renditions end |
#min_bottom_rendition_size ⇒ Types::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_size ⇒ Types::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.
191 192 193 |
# File 'sig/types.rbs', line 191 def type @type end |