Class: Aws::LexModelsV2::Types::DescribeExportRequest

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

#export_idString

The unique identifier of the export to describe.

Returns:

  • (String)


6249
6250
6251
6252
6253
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 6249

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