Class: Aws::Types::CreateGrokClassifierRequest

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)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def classification
  @classification
end

#custom_patterns::String

Returns the value of attribute custom_patterns.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def custom_patterns
  @custom_patterns
end

#grok_pattern::String

Returns the value of attribute grok_pattern.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def grok_pattern
  @grok_pattern
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def name
  @name
end