Class: Aws::Types::AllowedRenditionSize
- Inherits:
-
Object
- Object
- Aws::Types::AllowedRenditionSize
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#required ⇒ "ENABLED", "DISABLED"
Returns the value of attribute required.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ ::Integer
Returns the value of attribute height.
77 78 79 |
# File 'sig/types.rbs', line 77 def height @height end |
#required ⇒ "ENABLED", "DISABLED"
Returns the value of attribute required.
78 79 80 |
# File 'sig/types.rbs', line 78 def required @required end |
#width ⇒ ::Integer
Returns the value of attribute width.
79 80 81 |
# File 'sig/types.rbs', line 79 def width @width end |