Class: Aws::Types::CustomVocabularyItem

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)


1082
1083
1084
# File 'sig/types.rbs', line 1082

def display_as
  @display_as
end

#item_id ⇒ ::String

Returns the value of attribute item_id.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def item_id
  @item_id
end

#phrase ⇒ ::String

Returns the value of attribute phrase.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def phrase
  @phrase
end

#weight ⇒ ::Integer

Returns the value of attribute weight.

Returns:

  • (::Integer)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def weight
  @weight
end