You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::StaticImageDeactivateScheduleActionSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StaticImageDeactivateScheduleActionSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  fade_out: 1,
  layer: 1,
}

Settings for the action to deactivate the image in a specific layer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#fade_outInteger

The time in milliseconds for the image to fade out. Default is 0 (no fade-out).

Returns:

  • (Integer)

    The time in milliseconds for the image to fade out.

#layerInteger

The image overlay layer to deactivate, 0 to 7. Default is 0.

Returns:

  • (Integer)

    The image overlay layer to deactivate, 0 to 7.