Class: Aws::Types::MotionGraphicsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MotionGraphicsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#motion_graphics_insertion ⇒ "DISABLED", "ENABLED"
Returns the value of attribute motion_graphics_insertion.
-
#motion_graphics_settings ⇒ Types::MotionGraphicsSettings
Returns the value of attribute motion_graphics_settings.
Instance Attribute Details
#motion_graphics_insertion ⇒ "DISABLED", "ENABLED"
Returns the value of attribute motion_graphics_insertion.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def motion_graphics_insertion @motion_graphics_insertion end |
#motion_graphics_settings ⇒ Types::MotionGraphicsSettings
Returns the value of attribute motion_graphics_settings.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def motion_graphics_settings @motion_graphics_settings end |