Class: Aws::Types::ListLanguagesResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#display_language_code"de", ...

Returns the value of attribute display_language_code.



182
183
184
# File 'sig/types.rbs', line 182

def display_language_code
  @display_language_code
end

#languages::Array[Types::Language]

Returns the value of attribute languages.



181
182
183
# File 'sig/types.rbs', line 181

def languages
  @languages
end

#next_token::String

Returns the value of attribute next_token.



183
184
185
# File 'sig/types.rbs', line 183

def next_token
  @next_token
end