JobExecutionDetails¶
- 
class oci.fleet_apps_management.models.JobExecutionDetails(**kwargs)¶
- Bases: - object- The Apply job output variable - Methods - __init__(**kwargs)- Initializes a new JobExecutionDetails object with values from keyword arguments. - Attributes - is_sensitive- Gets the is_sensitive of this JobExecutionDetails. - output_description- Gets the output_description of this JobExecutionDetails. - output_name- [Required] Gets the output_name of this JobExecutionDetails. - output_type- [Required] Gets the output_type of this JobExecutionDetails. - output_value- [Required] Gets the output_value of this JobExecutionDetails. - 
__init__(**kwargs)¶
- Initializes a new JobExecutionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - output_name (str) – The value to assign to the output_name property of this JobExecutionDetails.
- output_type (str) – The value to assign to the output_type property of this JobExecutionDetails.
- output_value (str) – The value to assign to the output_value property of this JobExecutionDetails.
- output_description (str) – The value to assign to the output_description property of this JobExecutionDetails.
- is_sensitive (bool) – The value to assign to the is_sensitive property of this JobExecutionDetails.
 
 - 
is_sensitive¶
- Gets the is_sensitive of this JobExecutionDetails. The indicator if the data for this parameter is sensitive (e.g. should the data be hidden in UI, encrypted if stored, etc.) - Returns: - The is_sensitive of this JobExecutionDetails. - Return type: - bool 
 - 
output_description¶
- Gets the output_description of this JobExecutionDetails. The output description - Returns: - The output_description of this JobExecutionDetails. - Return type: - str 
 - 
output_name¶
- [Required] Gets the output_name of this JobExecutionDetails. The output name - Returns: - The output_name of this JobExecutionDetails. - Return type: - str 
 - 
output_type¶
- [Required] Gets the output_type of this JobExecutionDetails. The output type - Returns: - The output_type of this JobExecutionDetails. - Return type: - str 
 - 
output_value¶
- [Required] Gets the output_value of this JobExecutionDetails. The output value - Returns: - The output_value of this JobExecutionDetails. - Return type: - str 
 
-