Class: Aws::Types::CustomEntityType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_words::Array[::String]

Returns the value of attribute context_words.

Returns:

  • (::Array[::String])


1918
1919
1920
# File 'sig/types.rbs', line 1918

def context_words
  @context_words
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1916
1917
1918
# File 'sig/types.rbs', line 1916

def name
  @name
end

#regex_string::String

Returns the value of attribute regex_string.

Returns:

  • (::String)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def regex_string
  @regex_string
end