Class: Aws::LexModelsV2::Types::StartImportResponse

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

#creation_date_timeTime

The date and time that the import request was created.

Returns:

  • (Time)


13106
13107
13108
13109
13110
13111
13112
13113
13114
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13106

class StartImportResponse < Struct.new(
  :import_id,
  :resource_specification,
  :merge_strategy,
  :import_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#import_idString

A unique identifier for the import.

Returns:

  • (String)


13106
13107
13108
13109
13110
13111
13112
13113
13114
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13106

class StartImportResponse < Struct.new(
  :import_id,
  :resource_specification,
  :merge_strategy,
  :import_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#import_statusString

The current status of the import. When the status is ‘Complete` the bot, bot alias, or custom vocabulary is ready to use.

Returns:

  • (String)


13106
13107
13108
13109
13110
13111
13112
13113
13114
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13106

class StartImportResponse < Struct.new(
  :import_id,
  :resource_specification,
  :merge_strategy,
  :import_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#merge_strategyString

The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is ‘FailOnConflict` existing resources are not overwritten and the import fails.

Returns:

  • (String)


13106
13107
13108
13109
13110
13111
13112
13113
13114
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13106

class StartImportResponse < Struct.new(
  :import_id,
  :resource_specification,
  :merge_strategy,
  :import_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_specificationTypes::ImportResourceSpecification

The parameters used when importing the resource.



13106
13107
13108
13109
13110
13111
13112
13113
13114
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13106

class StartImportResponse < Struct.new(
  :import_id,
  :resource_specification,
  :merge_strategy,
  :import_status,
  :creation_date_time)
  SENSITIVE = []
  include Aws::Structure
end