Class: Aws::MediaLive::Types::MotionGraphicsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MotionGraphicsSettings
- Includes:
- Structure
- Defined in:
- 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
8958 8959 8960 8961 8962 |
# File 'lib/aws-sdk-medialive/types.rb', line 8958 class MotionGraphicsSettings < Struct.new( :html_motion_graphics_settings) SENSITIVE = [] include Aws::Structure end |