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.
195 196 197 |
# File 'sig/types.rbs', line 195 def allowed_renditions @allowed_renditions end |
#force_include_renditions ⇒ ::Array[Types::ForceIncludeRenditionSize]
Returns the value of attribute force_include_renditions.
196 197 198 |
# File 'sig/types.rbs', line 196 def force_include_renditions @force_include_renditions end |
#min_bottom_rendition_size ⇒ Types::MinBottomRenditionSize
Returns the value of attribute min_bottom_rendition_size.
197 198 199 |
# File 'sig/types.rbs', line 197 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.
198 199 200 |
# File 'sig/types.rbs', line 198 def min_top_rendition_size @min_top_rendition_size end |
#type ⇒ "MIN_TOP_RENDITION_SIZE", ...
Returns the value of attribute type.
199 200 201 |
# File 'sig/types.rbs', line 199 def type @type end |