Class: Aws::Types::SearchVocabulariesRequest

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)


7319
7320
7321
# File 'sig/types.rbs', line 7319

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


7324
7325
7326
# File 'sig/types.rbs', line 7324

def language_code
  @language_code
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7320
7321
7322
# File 'sig/types.rbs', line 7320

def max_results
  @max_results
end

#name_starts_with::String

Returns the value of attribute name_starts_with.

Returns:

  • (::String)


7323
7324
7325
# File 'sig/types.rbs', line 7323

def name_starts_with
  @name_starts_with
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7321
7322
7323
# File 'sig/types.rbs', line 7321

def next_token
  @next_token
end

#state"CREATION_IN_PROGRESS", ...

Returns the value of attribute state.

Returns:

  • ("CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED", "DELETE_IN_PROGRESS")


7322
7323
7324
# File 'sig/types.rbs', line 7322

def state
  @state
end