ActionList

class oci.events.models.ActionList(**kwargs)

Bases: object

A list of Action objects associated with a rule.

Methods

__init__(**kwargs) Initializes a new ActionList object with values from keyword arguments.

Attributes

actions [Required] Gets the actions of this ActionList.
__init__(**kwargs)

Initializes a new ActionList object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:actions (list[oci.events.models.Action]) – The value to assign to the actions property of this ActionList.
actions

[Required] Gets the actions of this ActionList. A list of one or more Action objects.

Returns:The actions of this ActionList.
Return type:list[oci.events.models.Action]