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)


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