Class: Aws::LexModelsV2::Types::UpdateExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::UpdateExportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:file_password]
Instance Attribute Summary collapse
-
#export_id ⇒ String
The unique identifier Amazon Lex assigned to the export.
-
#file_password ⇒ String
The new password to use to encrypt the export zip archive.
Instance Attribute Details
#export_id ⇒ String
The unique identifier Amazon Lex assigned to the export.
14682 14683 14684 14685 14686 14687 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14682 class UpdateExportRequest < Struct.new( :export_id, :file_password) SENSITIVE = [:file_password] include Aws::Structure end |
#file_password ⇒ String
The new password to use to encrypt the export zip archive.
14682 14683 14684 14685 14686 14687 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14682 class UpdateExportRequest < Struct.new( :export_id, :file_password) SENSITIVE = [:file_password] include Aws::Structure end |