Module: Aws::LexModelBuildingService::Client::_StartImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartImportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #import_id ⇒ ::String
- #import_status ⇒ "IN_PROGRESS", ...
- #merge_strategy ⇒ "OVERWRITE_LATEST", "FAIL_ON_CONFLICT"
- #name ⇒ ::String
- #resource_type ⇒ "BOT", ...
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#created_date ⇒ ::Time
799 |
# File 'sig/client.rbs', line 799 def created_date: () -> ::Time |
#import_id ⇒ ::String
796 |
# File 'sig/client.rbs', line 796 def import_id: () -> ::String |
#import_status ⇒ "IN_PROGRESS", ...
797 |
# File 'sig/client.rbs', line 797 def import_status: () -> ("IN_PROGRESS" | "COMPLETE" | "FAILED") |
#merge_strategy ⇒ "OVERWRITE_LATEST", "FAIL_ON_CONFLICT"
795 |
# File 'sig/client.rbs', line 795 def merge_strategy: () -> ("OVERWRITE_LATEST" | "FAIL_ON_CONFLICT") |
#name ⇒ ::String
793 |
# File 'sig/client.rbs', line 793 def name: () -> ::String |
#resource_type ⇒ "BOT", ...
794 |
# File 'sig/client.rbs', line 794 def resource_type: () -> ("BOT" | "INTENT" | "SLOT_TYPE") |
#tags ⇒ ::Array[Types::Tag]
798 |
# File 'sig/client.rbs', line 798 def tags: () -> ::Array[Types::Tag] |