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

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

#creation_date_timeTime

The date and time that the import request was created.

Returns:

  • (Time)


13033
13034
13035
13036
13037
13038
13039
13040
13041
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13033

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)


13033
13034
13035
13036
13037
13038
13039
13040
13041
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13033

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)


13033
13034
13035
13036
13037
13038
13039
13040
13041
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13033

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)


13033
13034
13035
13036
13037
13038
13039
13040
13041
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13033

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.



13033
13034
13035
13036
13037
13038
13039
13040
13041
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13033

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