Class: Aws::Types::ExportResourceSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ExportResourceSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_export_specification ⇒ Types::BotExportSpecification
Returns the value of attribute bot_export_specification.
-
#bot_locale_export_specification ⇒ Types::BotLocaleExportSpecification
Returns the value of attribute bot_locale_export_specification.
-
#custom_vocabulary_export_specification ⇒ Types::CustomVocabularyExportSpecification
Returns the value of attribute custom_vocabulary_export_specification.
-
#test_set_export_specification ⇒ Types::TestSetExportSpecification
Returns the value of attribute test_set_export_specification.
Instance Attribute Details
#bot_export_specification ⇒ Types::BotExportSpecification
Returns the value of attribute bot_export_specification.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def bot_export_specification @bot_export_specification end |
#bot_locale_export_specification ⇒ Types::BotLocaleExportSpecification
Returns the value of attribute bot_locale_export_specification.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def bot_locale_export_specification @bot_locale_export_specification end |
#custom_vocabulary_export_specification ⇒ Types::CustomVocabularyExportSpecification
Returns the value of attribute custom_vocabulary_export_specification.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def custom_vocabulary_export_specification @custom_vocabulary_export_specification end |
#test_set_export_specification ⇒ Types::TestSetExportSpecification
Returns the value of attribute test_set_export_specification.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def test_set_export_specification @test_set_export_specification end |