Class: Aws::Types::AssociateDefaultVocabularyRequest

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:



300
301
302
# File 'sig/types.rbs', line 300

def instance_id
  @instance_id
end

#language_code"ar-AE", ...

Returns the value of attribute language_code.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def language_code
  @language_code
end

#vocabulary_id::String

Returns the value of attribute vocabulary_id.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def vocabulary_id
  @vocabulary_id
end