Class: Aws::MediaLive::Types::StaticImageDeactivateScheduleActionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::StaticImageDeactivateScheduleActionSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Settings for the action to deactivate the image in a specific layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fade_out ⇒ Integer
The time in milliseconds for the image to fade out.
-
#layer ⇒ Integer
The image overlay layer to deactivate, 0 to 7.
Instance Attribute Details
#fade_out ⇒ Integer
The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
11928 11929 11930 11931 11932 11933 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11928 class StaticImageDeactivateScheduleActionSettings < Struct.new( :fade_out, :layer) SENSITIVE = [] include Aws::Structure end |
#layer ⇒ Integer
The image overlay layer to deactivate, 0 to 7. Default is 0.
11928 11929 11930 11931 11932 11933 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11928 class StaticImageDeactivateScheduleActionSettings < Struct.new( :fade_out, :layer) SENSITIVE = [] include Aws::Structure end |