Class: Aws::Types::NewCustomVocabularyItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_as ⇒ ::String

Returns the value of attribute display_as.

Returns:

  • (::String)


2679
2680
2681
# File 'sig/types.rbs', line 2679

def display_as
  @display_as
end

#phrase ⇒ ::String

Returns the value of attribute phrase.

Returns:

  • (::String)


2677
2678
2679
# File 'sig/types.rbs', line 2677

def phrase
  @phrase
end

#weight ⇒ ::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


2678
2679
2680
# File 'sig/types.rbs', line 2678

def weight
  @weight
end