Class: Aws::LexModelsV2::Types::DescribeImportRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_idString

The unique identifier of the import to describe.

Returns:

  • (String)


6313
6314
6315
6316
6317
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6313

class DescribeImportRequest < Struct.new(
  :import_id)
  SENSITIVE = []
  include Aws::Structure
end