Class: Aws::LexModelsV2::Types::UpdateExportRequest

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

#export_idString

The unique identifier Amazon Lex assigned to the export.

Returns:

  • (String)


14609
14610
14611
14612
14613
14614
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14609

class UpdateExportRequest < Struct.new(
  :export_id,
  :file_password)
  SENSITIVE = [:file_password]
  include Aws::Structure
end

#file_passwordString

The new password to use to encrypt the export zip archive.

Returns:

  • (String)


14609
14610
14611
14612
14613
14614
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14609

class UpdateExportRequest < Struct.new(
  :export_id,
  :file_password)
  SENSITIVE = [:file_password]
  include Aws::Structure
end