Class: Aws::LexModelsV2::Types::DescribeImportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeImportRequest
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
5971 5972 5973 5974 5975 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5971 class DescribeImportRequest < Struct.new( :import_id) SENSITIVE = [] include Aws::Structure end |