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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3865
3866
3867
3868
3869
3870
3871
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3865

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)


3865
3866
3867
3868
3869
3870
3871
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3865

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.



3865
3866
3867
3868
3869
3870
3871
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3865

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