Class: Aws::LexModelsV2::Types::DeleteExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeleteExportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_id ⇒ String
The unique identifier of the export to delete.
Instance Attribute Details
#export_id ⇒ String
The unique identifier of the export to delete.
5279 5280 5281 5282 5283 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5279 class DeleteExportRequest < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end |