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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_id ⇒ String

The unique identifier of the export to describe.

Returns:



6725
6726
6727
6728
6729
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6725

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