Class: Aws::Types::CreateDictionaryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entries::String

Returns the value of attribute entries.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def entries
  @entries
end

#language"eng", ...

Returns the value of attribute language.

Returns:

  • ("eng", "fra", "ita", "deu", "spa", "por")


48
49
50
# File 'sig/types.rbs', line 48

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


50
51
52
# File 'sig/types.rbs', line 50

def tags
  @tags
end