Class: Aws::LexModelsV2::Types::CreateExportRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:file_password]

Instance Attribute Summary collapse

Instance Attribute Details

#file_formatString

The file format of the bot or bot locale definition files.

Returns:

  • (String)


3792
3793
3794
3795
3796
3797
3798
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3792

class CreateExportRequest < Struct.new(
  :resource_specification,
  :file_format,
  :file_password)
  SENSITIVE = [:file_password]
  include Aws::Structure
end

#file_passwordString

An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.

Returns:

  • (String)


3792
3793
3794
3795
3796
3797
3798
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3792

class CreateExportRequest < Struct.new(
  :resource_specification,
  :file_format,
  :file_password)
  SENSITIVE = [:file_password]
  include Aws::Structure
end

#resource_specificationTypes::ExportResourceSpecification

Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.



3792
3793
3794
3795
3796
3797
3798
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 3792

class CreateExportRequest < Struct.new(
  :resource_specification,
  :file_format,
  :file_password)
  SENSITIVE = [:file_password]
  include Aws::Structure
end