Class: Aws::Types::CompositedVideoArtifactsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CompositedVideoArtifactsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grid_view_configuration ⇒ Types::GridViewConfiguration
Returns the value of attribute grid_view_configuration.
-
#layout ⇒ "GridView"
Returns the value of attribute layout.
-
#resolution ⇒ "HD", "FHD"
Returns the value of attribute resolution.
Instance Attribute Details
#grid_view_configuration ⇒ Types::GridViewConfiguration
Returns the value of attribute grid_view_configuration.
119 120 121 |
# File 'sig/types.rbs', line 119 def grid_view_configuration @grid_view_configuration end |
#layout ⇒ "GridView"
Returns the value of attribute layout.
117 118 119 |
# File 'sig/types.rbs', line 117 def layout @layout end |
#resolution ⇒ "HD", "FHD"
Returns the value of attribute resolution.
118 119 120 |
# File 'sig/types.rbs', line 118 def resolution @resolution end |