Class: Aws::Types::ListLanguagesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_language_code"de", ...

Returns the value of attribute display_language_code.

Returns:

  • ("de", "en", "es", "fr", "it", "ja", "ko", "pt", "zh", "zh-TW")


174
175
176
# File 'sig/types.rbs', line 174

def display_language_code
  @display_language_code
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


176
177
178
# File 'sig/types.rbs', line 176

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def next_token
  @next_token
end