Class: Aws::Types::HlsImageBasedTrickPlayVariant
- Inherits:
-
Object
- Object
- Aws::Types::HlsImageBasedTrickPlayVariant
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interval_cadence ⇒ "FOLLOW_IFRAME", ...
Returns the value of attribute interval_cadence.
-
#thumbnail_height ⇒ ::Integer
Returns the value of attribute thumbnail_height.
-
#thumbnail_interval ⇒ ::Float
Returns the value of attribute thumbnail_interval.
-
#thumbnail_width ⇒ ::Integer
Returns the value of attribute thumbnail_width.
-
#tile_height ⇒ ::Integer
Returns the value of attribute tile_height.
-
#tile_width ⇒ ::Integer
Returns the value of attribute tile_width.
Instance Attribute Details
#interval_cadence ⇒ "FOLLOW_IFRAME", ...
Returns the value of attribute interval_cadence.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def interval_cadence @interval_cadence end |
#thumbnail_height ⇒ ::Integer
Returns the value of attribute thumbnail_height.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def thumbnail_height @thumbnail_height end |
#thumbnail_interval ⇒ ::Float
Returns the value of attribute thumbnail_interval.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def thumbnail_interval @thumbnail_interval end |
#thumbnail_width ⇒ ::Integer
Returns the value of attribute thumbnail_width.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def thumbnail_width @thumbnail_width end |
#tile_height ⇒ ::Integer
Returns the value of attribute tile_height.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def tile_height @tile_height end |
#tile_width ⇒ ::Integer
Returns the value of attribute tile_width.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def tile_width @tile_width end |