OutputVariableDetails¶
-
class
oci.fleet_apps_management.models.
OutputVariableDetails
(**kwargs)¶ Bases:
object
The details of the output variable that will be used for mapping.
Methods
__init__
(**kwargs)Initializes a new OutputVariableDetails object with values from keyword arguments. Attributes
output_variable_name
[Required] Gets the output_variable_name of this OutputVariableDetails. step_name
[Required] Gets the step_name of this OutputVariableDetails. -
__init__
(**kwargs)¶ Initializes a new OutputVariableDetails 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 OutputVariableDetails.
- output_variable_name (str) – The value to assign to the output_variable_name property of this OutputVariableDetails.
-
output_variable_name
¶ [Required] Gets the output_variable_name of this OutputVariableDetails. The name of the output variable whose value has to be mapped.
Returns: The output_variable_name of this OutputVariableDetails. Return type: str
-
step_name
¶ [Required] Gets the step_name of this OutputVariableDetails. The name of the task step the output variable belongs to.
Returns: The step_name of this OutputVariableDetails. Return type: str
-