Class: Aws::Types::GetExportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_type"ALEXA_SKILLS_KIT", "LEX"

Returns the value of attribute export_type.

Returns:

  • ("ALEXA_SKILLS_KIT", "LEX")


406
407
408
# File 'sig/types.rbs', line 406

def export_type
  @export_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def name
  @name
end

#resource_type"BOT", ...

Returns the value of attribute resource_type.

Returns:

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


405
406
407
# File 'sig/types.rbs', line 405

def resource_type
  @resource_type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def version
  @version
end