Class: Aws::Types::CreateGrokClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGrokClassifierRequest
- 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.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def classification @classification end |
#custom_patterns ⇒ ::String
Returns the value of attribute custom_patterns.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def custom_patterns @custom_patterns end |
#grok_pattern ⇒ ::String
Returns the value of attribute grok_pattern.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def grok_pattern @grok_pattern end |
#name ⇒ ::String
Returns the value of attribute name.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def name @name end |