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.
6386 6387 6388 6389 6390 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6386 class DescribeImportRequest < Struct.new( :import_id) SENSITIVE = [] include Aws::Structure end |