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


3439
3440
3441
# File 'sig/types.rbs', line 3439

def context_words
  @context_words
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3437
3438
3439
# File 'sig/types.rbs', line 3437

def name
  @name
end

#regex_string::String

Returns the value of attribute regex_string.

Returns:

  • (::String)


3438
3439
3440
# File 'sig/types.rbs', line 3438

def regex_string
  @regex_string
end