Class: Aws::Types::GetCustomEntityTypeResponse

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])


3423
3424
3425
# File 'sig/types.rbs', line 3423

def context_words
  @context_words
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3421
3422
3423
# File 'sig/types.rbs', line 3421

def name
  @name
end

#regex_string::String

Returns the value of attribute regex_string.

Returns:

  • (::String)


3422
3423
3424
# File 'sig/types.rbs', line 3422

def regex_string
  @regex_string
end