PreviousTaskInstanceDetails¶
-
class
oci.fleet_apps_management.models.
PreviousTaskInstanceDetails
(**kwargs)¶ Bases:
object
Previous Task Instance Details.
Methods
__init__
(**kwargs)Initializes a new PreviousTaskInstanceDetails object with values from keyword arguments. Attributes
output_variable_details
[Required] Gets the output_variable_details of this PreviousTaskInstanceDetails. resource_id
[Required] Gets the resource_id of this PreviousTaskInstanceDetails. resource_type
Gets the resource_type of this PreviousTaskInstanceDetails. -
__init__
(**kwargs)¶ Initializes a new PreviousTaskInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - output_variable_details (oci.fleet_apps_management.models.OutputVariableDetails) – The value to assign to the output_variable_details property of this PreviousTaskInstanceDetails.
- resource_id (str) – The value to assign to the resource_id property of this PreviousTaskInstanceDetails.
- resource_type (str) – The value to assign to the resource_type property of this PreviousTaskInstanceDetails.
-
output_variable_details
¶ [Required] Gets the output_variable_details of this PreviousTaskInstanceDetails.
Returns: The output_variable_details of this PreviousTaskInstanceDetails. Return type: oci.fleet_apps_management.models.OutputVariableDetails
-
resource_id
¶ [Required] Gets the resource_id of this PreviousTaskInstanceDetails. Resource Ocid.
Returns: The resource_id of this PreviousTaskInstanceDetails. Return type: str
-
resource_type
¶ Gets the resource_type of this PreviousTaskInstanceDetails. Resource Type.
Returns: The resource_type of this PreviousTaskInstanceDetails. Return type: str
-