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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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

Returns:

  • (Types::HtmlMotionGraphicsSettings)


8779
8780
8781
8782
8783
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 8779

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