Class: Aws::Types::ImportResourceSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_import_specification ⇒ Types::BotImportSpecification

Returns the value of attribute bot_import_specification.



1924
1925
1926
# File 'sig/types.rbs', line 1924

def bot_import_specification
  @bot_import_specification
end

#bot_locale_import_specification ⇒ Types::BotLocaleImportSpecification

Returns the value of attribute bot_locale_import_specification.



1925
1926
1927
# File 'sig/types.rbs', line 1925

def bot_locale_import_specification
  @bot_locale_import_specification
end

#custom_vocabulary_import_specification ⇒ Types::CustomVocabularyImportSpecification

Returns the value of attribute custom_vocabulary_import_specification.



1926
1927
1928
# File 'sig/types.rbs', line 1926

def custom_vocabulary_import_specification
  @custom_vocabulary_import_specification
end

#test_set_import_resource_specification ⇒ Types::TestSetImportResourceSpecification

Returns the value of attribute test_set_import_resource_specification.



1927
1928
1929
# File 'sig/types.rbs', line 1927

def test_set_import_resource_specification
  @test_set_import_resource_specification
end