Class: Aws::LexModelBuildingService::Types::GetImportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetImportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_id ⇒ String
The identifier of the import job information to return.
Instance Attribute Details
#import_id ⇒ String
The identifier of the import job information to return.
1758 1759 1760 1761 1762 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 1758 class GetImportRequest < Struct.new( :import_id) SENSITIVE = [] include Aws::Structure end |