Class: Aws::LexModelBuildingService::Types::GetExportRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_typeString

The format of the exported data.

Returns:

  • (String)


1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1691

class GetExportRequest < Struct.new(
  :name,
  :version,
  :resource_type,
  :export_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the bot to export.

Returns:

  • (String)


1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1691

class GetExportRequest < Struct.new(
  :name,
  :version,
  :resource_type,
  :export_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource to export.

Returns:

  • (String)


1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1691

class GetExportRequest < Struct.new(
  :name,
  :version,
  :resource_type,
  :export_type)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the bot to export.

Returns:

  • (String)


1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1691

class GetExportRequest < Struct.new(
  :name,
  :version,
  :resource_type,
  :export_type)
  SENSITIVE = []
  include Aws::Structure
end