Class: Aws::Types::UpdateGrokClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGrokClassifierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classification ⇒ ::String
Returns the value of attribute classification.
-
#custom_patterns ⇒ ::String
Returns the value of attribute custom_patterns.
-
#grok_pattern ⇒ ::String
Returns the value of attribute grok_pattern.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#classification ⇒ ::String
Returns the value of attribute classification.
8036 8037 8038 |
# File 'sig/types.rbs', line 8036 def classification @classification end |
#custom_patterns ⇒ ::String
Returns the value of attribute custom_patterns.
8038 8039 8040 |
# File 'sig/types.rbs', line 8038 def custom_patterns @custom_patterns end |
#grok_pattern ⇒ ::String
Returns the value of attribute grok_pattern.
8037 8038 8039 |
# File 'sig/types.rbs', line 8037 def grok_pattern @grok_pattern end |
#name ⇒ ::String
Returns the value of attribute name.
8035 8036 8037 |
# File 'sig/types.rbs', line 8035 def name @name end |