Class: Aws::Types::GetExportResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_status"IN_PROGRESS", ...

Returns the value of attribute export_status.

Returns:

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


415
416
417
# File 'sig/types.rbs', line 415

def export_status
  @export_status
end

#export_type"ALEXA_SKILLS_KIT", "LEX"

Returns the value of attribute export_type.

Returns:

  • ("ALEXA_SKILLS_KIT", "LEX")


414
415
416
# File 'sig/types.rbs', line 414

def export_type
  @export_type
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def failure_reason
  @failure_reason
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def name
  @name
end

#resource_type"BOT", ...

Returns the value of attribute resource_type.

Returns:

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


413
414
415
# File 'sig/types.rbs', line 413

def resource_type
  @resource_type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def url
  @url
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def version
  @version
end