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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Feature Activations

Constant Summary collapse

SENSITIVE =
[]

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.

Returns:

  • (String)


4344
4345
4346
4347
4348
# File 'lib/aws-sdk-medialive/types.rb', line 4344

class FeatureActivations < Struct.new(
  :input_prepare_schedule_actions)
  SENSITIVE = []
  include Aws::Structure
end