Class: Aws::Types::EmbeddedDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::EmbeddedDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#position ⇒ Types::EmbeddedCaptionPositionSettings
Returns the value of attribute position.
-
#style_control ⇒ "MANUAL", "PASSTHROUGH"
Returns the value of attribute style_control.
Instance Attribute Details
#position ⇒ Types::EmbeddedCaptionPositionSettings
Returns the value of attribute position.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def position @position end |
#style_control ⇒ "MANUAL", "PASSTHROUGH"
Returns the value of attribute style_control.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def style_control @style_control end |