Class: Aws::Types::GrokClassifier
- Inherits:
-
Object
- Object
- Aws::Types::GrokClassifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#custom_patterns ⇒ ::String
Returns the value of attribute custom_patterns.
-
#grok_pattern ⇒ ::String
Returns the value of attribute grok_pattern.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#classification ⇒ ::String
Returns the value of attribute classification.
4469 4470 4471 |
# File 'sig/types.rbs', line 4469 def classification @classification end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4470 4471 4472 |
# File 'sig/types.rbs', line 4470 def creation_time @creation_time end |
#custom_patterns ⇒ ::String
Returns the value of attribute custom_patterns.
4474 4475 4476 |
# File 'sig/types.rbs', line 4474 def custom_patterns @custom_patterns end |
#grok_pattern ⇒ ::String
Returns the value of attribute grok_pattern.
4473 4474 4475 |
# File 'sig/types.rbs', line 4473 def grok_pattern @grok_pattern end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
4471 4472 4473 |
# File 'sig/types.rbs', line 4471 def last_updated @last_updated end |
#name ⇒ ::String
Returns the value of attribute name.
4468 4469 4470 |
# File 'sig/types.rbs', line 4468 def name @name end |
#version ⇒ ::Integer
Returns the value of attribute version.
4472 4473 4474 |
# File 'sig/types.rbs', line 4472 def version @version end |