NamedCaptureValue

class oci.log_analytics.models.NamedCaptureValue(**kwargs)

Bases: object

Named capture value.

Methods

__init__(**kwargs) Initializes a new NamedCaptureValue object with values from keyword arguments.

Attributes

sub_sequence Gets the sub_sequence of this NamedCaptureValue.
sub_sequence_end_index Gets the sub_sequence_end_index of this NamedCaptureValue.
sub_sequence_start_index Gets the sub_sequence_start_index of this NamedCaptureValue.
__init__(**kwargs)

Initializes a new NamedCaptureValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • sub_sequence (str) – The value to assign to the sub_sequence property of this NamedCaptureValue.
  • sub_sequence_start_index (int) – The value to assign to the sub_sequence_start_index property of this NamedCaptureValue.
  • sub_sequence_end_index (int) – The value to assign to the sub_sequence_end_index property of this NamedCaptureValue.
sub_sequence

Gets the sub_sequence of this NamedCaptureValue. The subSequence.

Returns:The sub_sequence of this NamedCaptureValue.
Return type:str
sub_sequence_end_index

Gets the sub_sequence_end_index of this NamedCaptureValue. The subSequence end index.

Returns:The sub_sequence_end_index of this NamedCaptureValue.
Return type:int
sub_sequence_start_index

Gets the sub_sequence_start_index of this NamedCaptureValue. The subSequence start index.

Returns:The sub_sequence_start_index of this NamedCaptureValue.
Return type:int