Class: Aws::ChimeSDKMediaPipelines::Types::VideoAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::VideoAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Defines the settings for a video tile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#border_color ⇒ String
Defines the border color of all video tiles.
-
#border_thickness ⇒ Integer
Defines the border thickness for all video tiles.
-
#corner_radius ⇒ Integer
Sets the corner radius of all video tiles.
-
#highlight_color ⇒ String
Defines the highlight color for the active video tile.
Instance Attribute Details
#border_color ⇒ String
Defines the border color of all video tiles.
3586 3587 3588 3589 3590 3591 3592 3593 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3586 class VideoAttribute < Struct.new( :corner_radius, :border_color, :highlight_color, :border_thickness) SENSITIVE = [] include Aws::Structure end |
#border_thickness ⇒ Integer
Defines the border thickness for all video tiles.
3586 3587 3588 3589 3590 3591 3592 3593 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3586 class VideoAttribute < Struct.new( :corner_radius, :border_color, :highlight_color, :border_thickness) SENSITIVE = [] include Aws::Structure end |
#corner_radius ⇒ Integer
Sets the corner radius of all video tiles.
3586 3587 3588 3589 3590 3591 3592 3593 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3586 class VideoAttribute < Struct.new( :corner_radius, :border_color, :highlight_color, :border_thickness) SENSITIVE = [] include Aws::Structure end |
#highlight_color ⇒ String
Defines the highlight color for the active video tile.
3586 3587 3588 3589 3590 3591 3592 3593 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3586 class VideoAttribute < Struct.new( :corner_radius, :border_color, :highlight_color, :border_thickness) SENSITIVE = [] include Aws::Structure end |