ExecutionWorkflowDetails

class oci.fleet_apps_management.models.ExecutionWorkflowDetails(**kwargs)

Bases: object

Execution Workflow.

Methods

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

Attributes

workflow [Required] Gets the workflow of this ExecutionWorkflowDetails.
__init__(**kwargs)

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

Parameters:workflow (list[oci.fleet_apps_management.models.WorkflowGroup]) – The value to assign to the workflow property of this ExecutionWorkflowDetails.
workflow

[Required] Gets the workflow of this ExecutionWorkflowDetails. Execution Workflow for the runbook.

Returns:The workflow of this ExecutionWorkflowDetails.
Return type:list[oci.fleet_apps_management.models.WorkflowGroup]