Class: Aws::LexModelBuildingService::Types::GetExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetExportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_type ⇒ String
The format of the exported data.
-
#name ⇒ String
The name of the bot to export.
-
#resource_type ⇒ String
The type of resource to export.
-
#version ⇒ String
The version of the bot to export.
Instance Attribute Details
#export_type ⇒ String
The format of the exported data.
1691 1692 1693 1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1691 class GetExportRequest < Struct.new( :name, :version, :resource_type, :export_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the bot to export.
1691 1692 1693 1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1691 class GetExportRequest < Struct.new( :name, :version, :resource_type, :export_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource to export.
1691 1692 1693 1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1691 class GetExportRequest < Struct.new( :name, :version, :resource_type, :export_type) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the bot to export.
1691 1692 1693 1694 1695 1696 1697 1698 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1691 class GetExportRequest < Struct.new( :name, :version, :resource_type, :export_type) SENSITIVE = [] include Aws::Structure end |