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

Class: Aws::MediaLive::Types::FeatureActivations

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

Overview

Note:

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

{
  input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
}

Feature Activations

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#input_prepare_schedule_actionsString

Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.

Possible values:

  • DISABLED
  • ENABLED

Returns:

  • (String)

    Enables the Input Prepare feature.