StepInfo¶
-
class
oci.log_analytics.models.
StepInfo
(**kwargs)¶ Bases:
object
Methods
__init__
(**kwargs)Initializes a new StepInfo object with values from keyword arguments. Attributes
input_sequence_current_match
Gets the input_sequence_current_match of this StepInfo. regex_engine_class_name
Gets the regex_engine_class_name of this StepInfo. step_count
Gets the step_count of this StepInfo. -
__init__
(**kwargs)¶ Initializes a new StepInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - input_sequence_current_match (str) – The value to assign to the input_sequence_current_match property of this StepInfo.
- regex_engine_class_name (str) – The value to assign to the regex_engine_class_name property of this StepInfo.
- step_count (int) – The value to assign to the step_count property of this StepInfo.
-
input_sequence_current_match
¶ Gets the input_sequence_current_match of this StepInfo. The currnet input sequence match.
Returns: The input_sequence_current_match of this StepInfo. Return type: str
-
regex_engine_class_name
¶ Gets the regex_engine_class_name of this StepInfo. The regular expression engine class name.
Returns: The regex_engine_class_name of this StepInfo. Return type: str
-
step_count
¶ Gets the step_count of this StepInfo. The step count.
Returns: The step_count of this StepInfo. Return type: int
-