Class: Aws::Types::CreateVocabularyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def client_token
  @client_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1907
1908
1909
# File 'sig/types.rbs', line 1907

def content
  @content
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def instance_id
  @instance_id
end

#language_code"ar-AE", ...

Returns the value of attribute language_code.

Returns:

  • ("ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN", "en-NZ", "en-ZA", "ca-ES", "da-DK", "fi-FI", "id-ID", "ms-MY", "nl-NL", "no-NO", "pl-PL", "sv-SE", "tl-PH")


1906
1907
1908
# File 'sig/types.rbs', line 1906

def language_code
  @language_code
end

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

Returns the value of attribute tags.

Returns:

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


1908
1909
1910
# File 'sig/types.rbs', line 1908

def tags
  @tags
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def vocabulary_name
  @vocabulary_name
end