JobOutputSummary¶
-
class
oci.resource_manager.models.
JobOutputSummary
(**kwargs)¶ Bases:
object
Terraform output associated with a job.
Methods
__init__
(**kwargs)Initializes a new JobOutputSummary object with values from keyword arguments. Attributes
description
Gets the description of this JobOutputSummary. is_sensitive
Gets the is_sensitive of this JobOutputSummary. output_name
Gets the output_name of this JobOutputSummary. output_type
Gets the output_type of this JobOutputSummary. output_value
Gets the output_value of this JobOutputSummary. -
__init__
(**kwargs)¶ Initializes a new JobOutputSummary 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 JobOutputSummary.
- output_type (str) – The value to assign to the output_type property of this JobOutputSummary.
- output_value (str) – The value to assign to the output_value property of this JobOutputSummary.
- is_sensitive (bool) – The value to assign to the is_sensitive property of this JobOutputSummary.
- description (str) – The value to assign to the description property of this JobOutputSummary.
-
description
¶ Gets the description of this JobOutputSummary. Description of the output.
Returns: The description of this JobOutputSummary. Return type: str
-
is_sensitive
¶ Gets the is_sensitive of this JobOutputSummary. When true, output is sensitive.
Returns: The is_sensitive of this JobOutputSummary. Return type: bool
-
output_name
¶ Gets the output_name of this JobOutputSummary. Name of the output.
Returns: The output_name of this JobOutputSummary. Return type: str
-
output_type
¶ Gets the output_type of this JobOutputSummary. Output resource type.
Returns: The output_type of this JobOutputSummary. Return type: str
-
output_value
¶ Gets the output_value of this JobOutputSummary. Value of the Terraform output.
Returns: The output_value of this JobOutputSummary. Return type: str
-