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


1419
1420
1421
# File 'sig/types.rbs', line 1419

def context_words
  @context_words
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#regex_string::String

Returns the value of attribute regex_string.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def regex_string
  @regex_string
end

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

Returns the value of attribute tags.

Returns:

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


1420
1421
1422
# File 'sig/types.rbs', line 1420

def tags
  @tags
end