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

Class: Aws::MediaLive::Types::FollowModeScheduleActionStartSettings

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

Overview

Note:

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

{
  follow_point: "END", # required, accepts END, START
  reference_action_name: "__string", # required
}

Settings to specify if an action follows another.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#follow_pointString

Identifies whether this action starts relative to the start or relative to the end of the reference action.

Possible values:

  • END
  • START

Returns:

  • (String)

    Identifies whether this action starts relative to the start or relative to the end of the reference action.

#reference_action_nameString

The action name of another action that this one refers to.

Returns:

  • (String)

    The action name of another action that this one refers to.