Class: Aws::MediaLive::Types::MotionGraphicsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MotionGraphicsSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Motion Graphics Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#html_motion_graphics_settings ⇒ Types::HtmlMotionGraphicsSettings
Html Motion Graphics Settings.
Instance Attribute Details
#html_motion_graphics_settings ⇒ Types::HtmlMotionGraphicsSettings
Html Motion Graphics Settings
8959 8960 8961 8962 8963 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8959 class MotionGraphicsSettings < Struct.new( :html_motion_graphics_settings) SENSITIVE = [] include Aws::Structure end |