Class: Aws::Types::ListDefaultVocabulariesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4941
4942
4943
# File 'sig/types.rbs', line 4941

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")


4942
4943
4944
# File 'sig/types.rbs', line 4942

def language_code
  @language_code
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4943
4944
4945
# File 'sig/types.rbs', line 4943

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4944
4945
4946
# File 'sig/types.rbs', line 4944

def next_token
  @next_token
end