Class: Aws::MediaLive::Types::MotionGraphicsSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Motion Graphics Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#html_motion_graphics_settingsTypes::HtmlMotionGraphicsSettings

Html Motion Graphics Settings



8764
8765
8766
8767
8768
# File 'lib/aws-sdk-medialive/types.rb', line 8764

class MotionGraphicsSettings < Struct.new(
  :html_motion_graphics_settings)
  SENSITIVE = []
  include Aws::Structure
end