Module: Aws::LexModelBuildingService::Client::_GetExportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetExportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #export_status ⇒ "IN_PROGRESS", ...
- #export_type ⇒ "ALEXA_SKILLS_KIT", "LEX"
- #failure_reason ⇒ ::String
- #name ⇒ ::String
- #resource_type ⇒ "BOT", ...
- #url ⇒ ::String
- #version ⇒ ::String
Instance Method Details
#export_status ⇒ "IN_PROGRESS", ...
384 |
# File 'sig/client.rbs', line 384
def export_status: () -> ("IN_PROGRESS" | "READY" | "FAILED")
|
#export_type ⇒ "ALEXA_SKILLS_KIT", "LEX"
383 |
# File 'sig/client.rbs', line 383
def export_type: () -> ("ALEXA_SKILLS_KIT" | "LEX")
|
#failure_reason ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def failure_reason: () -> ::String
|
#name ⇒ ::String
380 |
# File 'sig/client.rbs', line 380
def name: () -> ::String
|
#resource_type ⇒ "BOT", ...
382 |
# File 'sig/client.rbs', line 382
def resource_type: () -> ("BOT" | "INTENT" | "SLOT_TYPE")
|
#url ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def url: () -> ::String
|
#version ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def version: () -> ::String
|