InputParameter

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

Bases: object

Input Parameters for the Task

Methods

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

Attributes

arguments Gets the arguments of this InputParameter.
step_name [Required] Gets the step_name of this InputParameter.
__init__(**kwargs)

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

Parameters:
  • step_name (str) – The value to assign to the step_name property of this InputParameter.
  • arguments (list[oci.fleet_apps_management.models.TaskArgument]) – The value to assign to the arguments property of this InputParameter.
arguments

Gets the arguments of this InputParameter. Arguments for the Task

Returns:The arguments of this InputParameter.
Return type:list[oci.fleet_apps_management.models.TaskArgument]
step_name

[Required] Gets the step_name of this InputParameter. stepName for which the input parameters are provided

Returns:The step_name of this InputParameter.
Return type:str