Class: Aws::Types::FormatSettings
- Inherits:
-
Object
- Object
- Aws::Types::FormatSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frames_per_second ⇒ ::Integer
Returns the value of attribute frames_per_second.
-
#height_in_pixels ⇒ ::Integer
Returns the value of attribute height_in_pixels.
-
#width_in_pixels ⇒ ::Integer
Returns the value of attribute width_in_pixels.
Instance Attribute Details
#frames_per_second ⇒ ::Integer
Returns the value of attribute frames_per_second.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def frames_per_second @frames_per_second end |
#height_in_pixels ⇒ ::Integer
Returns the value of attribute height_in_pixels.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def height_in_pixels @height_in_pixels end |
#width_in_pixels ⇒ ::Integer
Returns the value of attribute width_in_pixels.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def width_in_pixels @width_in_pixels end |