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)


4450
4451
4452
# File 'sig/types.rbs', line 4450

def classification
  @classification
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4451
4452
4453
# File 'sig/types.rbs', line 4451

def creation_time
  @creation_time
end

#custom_patterns::String

Returns the value of attribute custom_patterns.

Returns:

  • (::String)


4455
4456
4457
# File 'sig/types.rbs', line 4455

def custom_patterns
  @custom_patterns
end

#grok_pattern::String

Returns the value of attribute grok_pattern.

Returns:

  • (::String)


4454
4455
4456
# File 'sig/types.rbs', line 4454

def grok_pattern
  @grok_pattern
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


4452
4453
4454
# File 'sig/types.rbs', line 4452

def last_updated
  @last_updated
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4449
4450
4451
# File 'sig/types.rbs', line 4449

def name
  @name
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


4453
4454
4455
# File 'sig/types.rbs', line 4453

def version
  @version
end