Class: Aws::Types::UpdateGrokClassifierRequest

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)


8068
8069
8070
# File 'sig/types.rbs', line 8068

def classification
  @classification
end

#custom_patterns::String

Returns the value of attribute custom_patterns.

Returns:

  • (::String)


8070
8071
8072
# File 'sig/types.rbs', line 8070

def custom_patterns
  @custom_patterns
end

#grok_pattern::String

Returns the value of attribute grok_pattern.

Returns:

  • (::String)


8069
8070
8071
# File 'sig/types.rbs', line 8069

def grok_pattern
  @grok_pattern
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8067
8068
8069
# File 'sig/types.rbs', line 8067

def name
  @name
end