Class: Aws::Types::CreateCustomEntityTypeRequest

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


1415
1416
1417
# File 'sig/types.rbs', line 1415

def context_words
  @context_words
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1413
1414
1415
# File 'sig/types.rbs', line 1413

def name
  @name
end

#regex_string::String

Returns the value of attribute regex_string.

Returns:

  • (::String)


1414
1415
1416
# File 'sig/types.rbs', line 1414

def regex_string
  @regex_string
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1416
1417
1418
# File 'sig/types.rbs', line 1416

def tags
  @tags
end