Class: Aws::LexModelsV2::Types::DescribeImportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeImportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_id ⇒ String
The unique identifier of the import to describe.
Instance Attribute Details
#import_id ⇒ String
The unique identifier of the import to describe.
6464 6465 6466 6467 6468 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6464 class DescribeImportRequest < Struct.new( :import_id) SENSITIVE = [] include Aws::Structure end |