Class: Aws::Types::GrokClassifier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classification::String

Returns the value of attribute classification.

Returns:

  • (::String)


4479
4480
4481
# File 'sig/types.rbs', line 4479

def classification
  @classification
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4480
4481
4482
# File 'sig/types.rbs', line 4480

def creation_time
  @creation_time
end

#custom_patterns::String

Returns the value of attribute custom_patterns.

Returns:

  • (::String)


4484
4485
4486
# File 'sig/types.rbs', line 4484

def custom_patterns
  @custom_patterns
end

#grok_pattern::String

Returns the value of attribute grok_pattern.

Returns:

  • (::String)


4483
4484
4485
# File 'sig/types.rbs', line 4483

def grok_pattern
  @grok_pattern
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


4481
4482
4483
# File 'sig/types.rbs', line 4481

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4478
4479
4480
# File 'sig/types.rbs', line 4478

def name
  @name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


4482
4483
4484
# File 'sig/types.rbs', line 4482

def version
  @version
end