Class: Aws::LexModelsV2::Types::DescribeExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeExportRequest
- 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 describe.
Instance Attribute Details
#export_id ⇒ String
The unique identifier of the export to describe.
6322 6323 6324 6325 6326 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6322 class DescribeExportRequest < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end |