Module: Aws::LexModelBuildingService::Client::_GetExportResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetExportResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#export_status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "READY", "FAILED")


384
# File 'sig/client.rbs', line 384

def export_status: () -> ("IN_PROGRESS" | "READY" | "FAILED")

#export_type"ALEXA_SKILLS_KIT", "LEX"

Returns:

  • ("ALEXA_SKILLS_KIT", "LEX")


383
# File 'sig/client.rbs', line 383

def export_type: () -> ("ALEXA_SKILLS_KIT" | "LEX")

#failure_reason::String

Returns:

  • (::String)


385
# File 'sig/client.rbs', line 385

def failure_reason: () -> ::String

#name::String

Returns:

  • (::String)


380
# File 'sig/client.rbs', line 380

def name: () -> ::String

#resource_type"BOT", ...

Returns:

  • ("BOT", "INTENT", "SLOT_TYPE")


382
# File 'sig/client.rbs', line 382

def resource_type: () -> ("BOT" | "INTENT" | "SLOT_TYPE")

#url::String

Returns:

  • (::String)


386
# File 'sig/client.rbs', line 386

def url: () -> ::String

#version::String

Returns:

  • (::String)


381
# File 'sig/client.rbs', line 381

def version: () -> ::String