Class: Aws::Types::Grok
- Inherits:
-
Object
- Object
- Aws::Types::Grok
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match ⇒ ::String
Returns the value of attribute match.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#match ⇒ ::String
Returns the value of attribute match.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def match @match end |
#source ⇒ ::String
Returns the value of attribute source.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def source @source end |