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)


56
57
58
# File 'sig/types.rbs', line 56

def entries
  @entries
end

#language"eng", ...

Returns the value of attribute language.

Returns:

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


55
56
57
# File 'sig/types.rbs', line 55

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


57
58
59
# File 'sig/types.rbs', line 57

def tags
  @tags
end