Module: Aws::LexModelBuildingService::Client::_GetImportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #failure_reason ⇒ ::Array[::String]
- #import_id ⇒ ::String
- #import_status ⇒ "IN_PROGRESS", ...
- #merge_strategy ⇒ "OVERWRITE_LATEST", "FAIL_ON_CONFLICT"
- #name ⇒ ::String
- #resource_type ⇒ "BOT", ...
Instance Method Details
#created_date ⇒ ::Time
405 |
# File 'sig/client.rbs', line 405
def created_date: () -> ::Time
|
#failure_reason ⇒ ::Array[::String]
404 |
# File 'sig/client.rbs', line 404
def failure_reason: () -> ::Array[::String]
|
#import_id ⇒ ::String
402 |
# File 'sig/client.rbs', line 402
def import_id: () -> ::String
|
#import_status ⇒ "IN_PROGRESS", ...
403 |
# File 'sig/client.rbs', line 403
def import_status: () -> ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
#merge_strategy ⇒ "OVERWRITE_LATEST", "FAIL_ON_CONFLICT"
401 |
# File 'sig/client.rbs', line 401
def merge_strategy: () -> ("OVERWRITE_LATEST" | "FAIL_ON_CONFLICT")
|
#name ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def name: () -> ::String
|
#resource_type ⇒ "BOT", ...
400 |
# File 'sig/client.rbs', line 400
def resource_type: () -> ("BOT" | "INTENT" | "SLOT_TYPE")
|